Html Css Color HEX #A75702 Golden Brown

📋 copy color: '#A75702'

red 167 ◦ green 87 ◦ blue 2

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

Shades of Golden Brown #A75702

Tints of Golden Brown #A75702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.98%

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

R = 65.23%
G = 33.98%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A75702 (or 0xA75702) is known color: Golden Brown. HEX triplet: A7, 57 and 02. RGB value is (167,87,2). Sum of RGB (Red+Green+Blue) = 167+87+2=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A75702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75702 is #58A8FD. Grayscale: #656565. Windows color (decimal): -5810430 or 153511. OLE color: 153511.

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

Color convert

RGB 167 87 2 -
CMYK 0 0.48 0.99 0.35
HSL 30.91º 0.98% 0.33% -
HSV(B) 30.91º 0.99% 0.65% -
XYZ 19.36 15.04 1.94 -
YUV 101.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 167 87 2 0 0.48 0.99 0.35 30.91 0.98 0.33
Hex A7 57 2 0 30 63 23 1F 62 21
Octal 247 127 2 0 60 143 43 37 142 41
Binary 10100111 1010111 10 0 110000 1100011 100011 11111 1100010 100001

Color Harmonies of #A75702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75702

Black with #A75702

Text Example


Text Example

White with #A75702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75702; }

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

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

background-color css

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

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

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

border-color css

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

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

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