Html Css Color HEX #A95706 Golden Brown

📋 copy color: '#A95706'

red 169 ◦ green 87 ◦ blue 6

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

Shades of Golden Brown #A95706

Tints of Golden Brown #A95706

RGB

 RED value IS 169 (66.41% from 255) = 64.5%

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

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

R = 64.5%
G = 33.21%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A95706 (or 0xA95706) is known color: Golden Brown. HEX triplet: A9, 57 and 06. RGB value is (169,87,6). Sum of RGB (Red+Green+Blue) = 169+87+6=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A95706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95706 is #56A8F9. Grayscale: #666666. Windows color (decimal): -5679354 or 415657. OLE color: 415657.

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

Color convert

RGB 169 87 6 -
CMYK 0 0.49 0.96 0.34
HSL 29.82º 0.93% 0.34% -
HSV(B) 29.82º 0.96% 0.66% -
XYZ 19.8 15.26 2.07 -
YUV 102.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 169 87 6 0 0.49 0.96 0.34 29.82 0.93 0.34
Hex A9 57 6 0 31 60 22 1E 5D 22
Octal 251 127 6 0 61 140 42 36 135 42
Binary 10101001 1010111 110 0 110001 1100000 100010 11110 1011101 100010

Color Harmonies of #A95706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95706

Black with #A95706

Text Example


Text Example

White with #A95706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95706; }

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

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

background-color css

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

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

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

border-color css

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

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

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