Html Css Color HEX #A15A15 Golden Brown

📋 copy color: '#A15A15'

red 161 ◦ green 90 ◦ blue 21

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

Shades of Golden Brown #A15A15

Tints of Golden Brown #A15A15

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

 BLUE value IS 21 (8.59% from 255) = 7.72%

R = 59.19%
G = 33.09%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A15A15 (or 0xA15A15) is known color: Golden Brown. HEX triplet: A1, 5A and 15. RGB value is (161,90,21). Sum of RGB (Red+Green+Blue) = 161+90+21=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15A15 is #5EA5EA. Grayscale: #676767. Windows color (decimal): -6202859 or 1399457. OLE color: 1399457.

HSL color Cylindrical-coordinate representation of color #A15A15: hue angle of 29.57º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A15A15 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 90 21 -
CMYK 0 0.44 0.87 0.37
HSL 29.57º 0.77% 0.36% -
HSV(B) 29.57º 0.87% 0.63% -
XYZ 18.49 14.94 2.62 -
YUV 103.36 81.52 169.11 -
System Red Green Blue C M Y K H S L
Decimal 161 90 21 0 0.44 0.87 0.37 29.57 0.77 0.36
Hex A1 5A 15 0 2C 57 25 1E 4D 24
Octal 241 132 25 0 54 127 45 36 115 44
Binary 10100001 1011010 10101 0 101100 1010111 100101 11110 1001101 100100

Color Harmonies of #A15A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A15

Black with #A15A15

Text Example


Text Example

White with #A15A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A15; }

 p { color: rgb(161,90,21); }

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

background-color css

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

 a { background-color: rgb(161,90,21); }

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

border-color css

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

 span { border-color: rgb(161,90,21); }

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