Html Css Color HEX #A15506 Golden Brown

📋 copy color: '#A15506'

red 161 ◦ green 85 ◦ blue 6

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

Shades of Golden Brown #A15506

Tints of Golden Brown #A15506

RGB

 RED value IS 161 (63.28% from 255) = 63.89%

 GREEN value IS 85 (33.59% from 255) = 33.73%

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

R = 63.89%
G = 33.73%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A15506 (or 0xA15506) is known color: Golden Brown. HEX triplet: A1, 55 and 06. RGB value is (161,85,6). Sum of RGB (Red+Green+Blue) = 161+85+6=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A15506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15506 is #5EAAF9. Grayscale: #636363. Windows color (decimal): -6204154 or 415137. OLE color: 415137.

HSL color Cylindrical-coordinate representation of color #A15506: hue angle of 30.58º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A15506 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 85 6 -
CMYK 0 0.47 0.96 0.37
HSL 30.58º 0.93% 0.33% -
HSV(B) 30.58º 0.96% 0.63% -
XYZ 17.98 14.09 1.94 -
YUV 98.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 161 85 6 0 0.47 0.96 0.37 30.58 0.93 0.33
Hex A1 55 6 0 2F 60 25 1F 5D 21
Octal 241 125 6 0 57 140 45 37 135 41
Binary 10100001 1010101 110 0 101111 1100000 100101 11111 1011101 100001

Color Harmonies of #A15506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15506

Black with #A15506

Text Example


Text Example

White with #A15506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15506; }

 p { color: rgb(161,85,6); }

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

background-color css

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

 a { background-color: rgb(161,85,6); }

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

border-color css

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

 span { border-color: rgb(161,85,6); }

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