Html Css Color HEX #A75602 Golden Brown

📋 copy color: '#A75602'

red 167 ◦ green 86 ◦ blue 2

#A75602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A75602

Tints of Golden Brown #A75602

RGB

 RED value IS 167 (65.63% from 255) = 65.49%

 GREEN value IS 86 (33.98% from 255) = 33.73%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 65.49%
G = 33.73%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A75602 (or 0xA75602) is known color: Golden Brown. HEX triplet: A7, 56 and 02. RGB value is (167,86,2). Sum of RGB (Red+Green+Blue) = 167+86+2=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A75602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75602 is #58A9FD. Grayscale: #656565. Windows color (decimal): -5810686 or 153255. OLE color: 153255.

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

Color convert

RGB 167 86 2 -
CMYK 0 0.49 0.99 0.35
HSL 30.55º 0.98% 0.33% -
HSV(B) 30.55º 0.99% 0.65% -
XYZ 19.28 14.88 1.91 -
YUV 100.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 167 86 2 0 0.49 0.99 0.35 30.55 0.98 0.33
Hex A7 56 2 0 31 63 23 1F 62 21
Octal 247 126 2 0 61 143 43 37 142 41
Binary 10100111 1010110 10 0 110001 1100011 100011 11111 1100010 100001

Color Harmonies of #A75602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75602

Black with #A75602

Text Example


Text Example

White with #A75602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75602; }

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

 H1.HeaderClassName
 {
   color: #A75602;
 }
 .AnyTagClassName
 {
   color: #A75602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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