#A76304

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

Shades of Golden Brown #A76304

Tints of Golden Brown #A76304

Color information

#A76304 (or 0xA76304) is unknown color: approx Golden Brown. HEX triplet: A7, 63 and 04. RGB value is (167,99,4). Sum of RGB (Red+Green+Blue) = 167+99+4=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A76304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76304 is #589CFB. Grayscale: #6C6C6C. Windows color (decimal): -5807356 or 287655. OLE color: 287655.

HSL color Cylindrical-coordinate representation of color #A76304: hue angle of 34.97º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A76304 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB167994-
CMYK00.410.980.35
HSL34.97º95.32%33.53%-
HSV(B)34.97º97.6%65.49%-
XYZ20.4217.152.35-
YUV108.569.03169.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.85%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 4 (1.95% from 255) = 1.48%
R=61.85%
G=36.67%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16799400.410.980.3534.9795.3233.53
HexA76340296223235f22
Octal2471434051142434313742
Binary101001111100011100010100111000101000111000111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76304; }

 p { color: rgb(167,99,4); }

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

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

 a { background-color: rgb(167,99,4); }

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

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

 span { border-color: rgb(167,99,4); }

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