#A7640C

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

Shades of Golden Brown #A7640C

Tints of Golden Brown #A7640C

Color information

#A7640C (or 0xA7640C) is unknown color: approx Golden Brown. HEX triplet: A7, 64 and 0C. RGB value is (167,100,12). Sum of RGB (Red+Green+Blue) = 167+100+12=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A7640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7640C is #589BF3. Grayscale: #6E6E6E. Windows color (decimal): -5807092 or 812199. OLE color: 812199.

HSL color Cylindrical-coordinate representation of color #A7640C: hue angle of 34.06º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7640C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16710012-
CMYK00.400.930.35
HSL34.06º86.59%35.1%-
HSV(B)34.06º92.81%65.49%-
XYZ20.5617.362.61-
YUV11072.7168.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.86%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=59.86%
G=35.84%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671001200.400.930.3534.0686.5935.1
HexA764C0285D23225723
Octal24714414050135434212743
Binary1010011111001001100010100010111011000111000101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7640C; }

 p { color: rgb(167,100,12); }

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

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

 a { background-color: rgb(167,100,12); }

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

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

 span { border-color: rgb(167,100,12); }

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