#A7620C

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

Shades of Golden Brown #A7620C

Tints of Golden Brown #A7620C

Color information

#A7620C (or 0xA7620C) is unknown color: approx Golden Brown. HEX triplet: A7, 62 and 0C. RGB value is (167,98,12). Sum of RGB (Red+Green+Blue) = 167+98+12=277 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.29% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 167 - color contains mainly: red. Hex color #A7620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7620C is #589DF3. Grayscale: #6D6D6D. Windows color (decimal): -5807604 or 811687. OLE color: 811687.

HSL color Cylindrical-coordinate representation of color #A7620C: hue angle of 33.29º 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 #A7620C is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1679812-
CMYK00.410.930.35
HSL33.29º86.59%35.1%-
HSV(B)33.29º92.81%65.49%-
XYZ20.3716.982.55-
YUV108.8373.36169.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.29%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 12 (5.08% from 255) = 4.33%
R=60.29%
G=35.38%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167981200.410.930.3533.2986.5935.1
HexA762C0295D23215723
Octal24714214051135434112743
Binary1010011111000101100010100110111011000111000011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7620C; }

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

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

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

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

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

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

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

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