Html Css Color HEX #A55606 Golden Brown

📋 copy color: '#A55606'

red 165 ◦ green 86 ◦ blue 6

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

Shades of Golden Brown #A55606

Tints of Golden Brown #A55606

RGB

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

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

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

R = 64.2%
G = 33.46%
B = 2.33%

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

#A55606 (or 0xA55606) is known color: Golden Brown. HEX triplet: A5, 56 and 06. RGB value is (165,86,6). Sum of RGB (Red+Green+Blue) = 165+86+6=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A55606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55606 is #5AA9F9. Grayscale: #646464. Windows color (decimal): -5941754 or 415397. OLE color: 415397.

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

Color convert

RGB 165 86 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 18.88 14.67 2.01 -
YUV 100.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 165 86 6 0 0.48 0.96 0.35 30.19 0.93 0.34
Hex A5 56 6 0 30 60 23 1E 5D 22
Octal 245 126 6 0 60 140 43 36 135 42
Binary 10100101 1010110 110 0 110000 1100000 100011 11110 1011101 100010

Color Harmonies of #A55606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55606

Black with #A55606

Text Example


Text Example

White with #A55606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55606; }

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

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

background-color css

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

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

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

border-color css

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

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

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