#A75A02

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

Shades of Golden Brown #A75A02

Tints of Golden Brown #A75A02

Color information

#A75A02 (or 0xA75A02) is unknown color: approx Golden Brown. HEX triplet: A7, 5A and 02. RGB value is (167,90,2). Sum of RGB (Red+Green+Blue) = 167+90+2=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75A02 is #58A5FD. Grayscale: #676767. Windows color (decimal): -5809662 or 154279. OLE color: 154279.

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

Color convert

RGB167902-
CMYK00.460.990.35
HSL32º97.63%33.14%-
HSV(B)32º98.8%65.49%-
XYZ19.615.532.02-
YUV102.9971.01173.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.48%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=64.48%
G=34.75%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16790200.460.990.353297.6333.14
HexA75A202E6323206221
Octal2471322056143434014241
Binary10100111101101010010111011000111000111000001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A02; }

 p { color: rgb(167,90,2); }

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

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

 a { background-color: rgb(167,90,2); }

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

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

 span { border-color: rgb(167,90,2); }

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