#AC670F

Color #AC670F Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AC670F

Tints of Golden Brown #AC670F

Color information

#AC670F (or 0xAC670F) is unknown color: approx Golden Brown. HEX triplet: AC, 67 and 0F. RGB value is (172,103,15). Sum of RGB (Red+Green+Blue) = 172+103+15=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC670F is #5398F0. Grayscale: #727272. Windows color (decimal): -5478641 or 1009580. OLE color: 1009580.

HSL color Cylindrical-coordinate representation of color #AC670F: hue angle of 33.63º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC670F is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB17210315-
CMYK00.400.910.33
HSL33.63º83.96%36.67%-
HSV(B)33.63º91.28%67.45%-
XYZ21.9518.512.87-
YUV113.672.36169.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 59.31%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 15 (6.25% from 255) = 5.17%
R=59.31%
G=35.52%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721031500.400.910.3333.6383.9636.67
HexAC67F0285B21225425
Octal25414717050133414212445
Binary1010110011001111111010100010110111000011000101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC670F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC670F; }

 p { color: rgb(172,103,15); }

 H1.HeaderClassName
 {
   color: #AC670F;
 }
 .AnyTagClassName
 {
   color: #AC670F;
 }
</style>
background-color css

<style>
 a { background-color: #AC670F; }

 a { background-color: rgb(172,103,15); }

 div.DivClassName
 {
   background-color: #AC670F;
 }
 .BgClassName
 {
   background-color: #AC670F;
 }
</style>
border-color css

<style>
 span { border-color: #AC670F; }

 span { border-color: rgb(172,103,15); }

 td.TdClassName
 {
   border-color: #AC670F;
 }
 .TagClassName
 {
   border-color: #AC670F;
 }
</style>