#A4670A

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

Shades of Golden Brown #A4670A

Tints of Golden Brown #A4670A

Color information

#A4670A (or 0xA4670A) is unknown color: approx Golden Brown. HEX triplet: A4, 67 and 0A. RGB value is (164,103,10). Sum of RGB (Red+Green+Blue) = 164+103+10=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A4670A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4670A is #5B98F5. Grayscale: #6F6F6F. Windows color (decimal): -6002934 or 681892. OLE color: 681892.

HSL color Cylindrical-coordinate representation of color #A4670A: hue angle of 36.23º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4670A is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB16410310-
CMYK00.370.940.36
HSL36.23º88.51%34.12%-
HSV(B)36.23º93.9%64.31%-
XYZ20.2117.612.62-
YUV110.6471.21166.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.21%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=59.21%
G=37.18%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641031000.370.940.3636.2388.5134.12
HexA467A0255E24245922
Octal24414712045136444413142
Binary1010010011001111010010010110111101001001001001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4670A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4670A; }

 p { color: rgb(164,103,10); }

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

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

 a { background-color: rgb(164,103,10); }

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

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

 span { border-color: rgb(164,103,10); }

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