Html Css Color HEX #A55706 Golden Brown

📋 copy color: '#A55706'

red 165 ◦ green 87 ◦ blue 6

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

Shades of Golden Brown #A55706

Tints of Golden Brown #A55706

RGB

 RED value IS 165 (64.84% from 255) = 63.95%

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

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

R = 63.95%
G = 33.72%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A55706 (or 0xA55706) is known color: Golden Brown. HEX triplet: A5, 57 and 06. RGB value is (165,87,6). Sum of RGB (Red+Green+Blue) = 165+87+6=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A55706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55706 is #5AA8F9. Grayscale: #656565. Windows color (decimal): -5941498 or 415653. OLE color: 415653.

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

Color convert

RGB 165 87 6 -
CMYK 0 0.47 0.96 0.35
HSL 30.57º 0.93% 0.34% -
HSV(B) 30.57º 0.96% 0.65% -
XYZ 18.96 14.83 2.04 -
YUV 101.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 165 87 6 0 0.47 0.96 0.35 30.57 0.93 0.34
Hex A5 57 6 0 2F 60 23 1F 5D 22
Octal 245 127 6 0 57 140 43 37 135 42
Binary 10100101 1010111 110 0 101111 1100000 100011 11111 1011101 100010

Color Harmonies of #A55706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55706

Black with #A55706

Text Example


Text Example

White with #A55706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55706; }

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

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

background-color css

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

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

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

border-color css

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

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

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