Html Css Color HEX #A75706 Golden Brown

📋 copy color: '#A75706'

red 167 ◦ green 87 ◦ blue 6

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

Shades of Golden Brown #A75706

Tints of Golden Brown #A75706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 64.23%
G = 33.46%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A75706 (or 0xA75706) is known color: Golden Brown. HEX triplet: A7, 57 and 06. RGB value is (167,87,6). Sum of RGB (Red+Green+Blue) = 167+87+6=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A75706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75706 is #58A8F9. Grayscale: #666666. Windows color (decimal): -5810426 or 415655. OLE color: 415655.

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

Color convert

RGB 167 87 6 -
CMYK 0 0.48 0.96 0.35
HSL 30.19º 0.93% 0.34% -
HSV(B) 30.19º 0.96% 0.65% -
XYZ 19.38 15.05 2.05 -
YUV 101.69 74 174.59 -
System Red Green Blue C M Y K H S L
Decimal 167 87 6 0 0.48 0.96 0.35 30.19 0.93 0.34
Hex A7 57 6 0 30 60 23 1E 5D 22
Octal 247 127 6 0 60 140 43 36 135 42
Binary 10100111 1010111 110 0 110000 1100000 100011 11110 1011101 100010

Color Harmonies of #A75706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75706

Black with #A75706

Text Example


Text Example

White with #A75706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75706; }

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

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

background-color css

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

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

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

border-color css

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

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

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