Html Css Color HEX #A15524 Rich Gold

📋 copy color: '#A15524'

red 161 ◦ green 85 ◦ blue 36

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

Shades of Rich Gold #A15524

Tints of Rich Gold #A15524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.77%

R = 57.09%
G = 30.14%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A15524 (or 0xA15524) is known color: Rich Gold. HEX triplet: A1, 55 and 24. RGB value is (161,85,36). Sum of RGB (Red+Green+Blue) = 161+85+36=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A15524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15524 is #5EAADB. Grayscale: #666666. Windows color (decimal): -6204124 or 2381217. OLE color: 2381217.

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

Color convert

RGB 161 85 36 -
CMYK 0 0.47 0.78 0.37
HSL 23.52º 0.63% 0.39% -
HSV(B) 23.52º 0.78% 0.63% -
XYZ 18.26 14.2 3.45 -
YUV 102.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 161 85 36 0 0.47 0.78 0.37 23.52 0.63 0.39
Hex A1 55 24 0 2F 4E 25 18 3F 27
Octal 241 125 44 0 57 116 45 30 77 47
Binary 10100001 1010101 100100 0 101111 1001110 100101 11000 111111 100111

Color Harmonies of #A15524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15524

Black with #A15524

Text Example


Text Example

White with #A15524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15524; }

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

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

background-color css

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

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

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

border-color css

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

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

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