Html Css Color HEX #A15024 Rich Gold

📋 copy color: '#A15024'

red 161 ◦ green 80 ◦ blue 36

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

Shades of Rich Gold #A15024

Tints of Rich Gold #A15024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.88%

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

R = 58.12%
G = 28.88%
B = 13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A15024 (or 0xA15024) is known color: Rich Gold. HEX triplet: A1, 50 and 24. RGB value is (161,80,36). Sum of RGB (Red+Green+Blue) = 161+80+36=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A15024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15024 is #5EAFDB. Grayscale: #636363. Windows color (decimal): -6205404 or 2379937. OLE color: 2379937.

HSL color Cylindrical-coordinate representation of color #A15024: hue angle of 21.12º 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 #A15024 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 36 -
CMYK 0 0.50 0.78 0.37
HSL 21.12º 0.63% 0.39% -
HSV(B) 21.12º 0.78% 0.63% -
XYZ 17.89 13.44 3.32 -
YUV 99.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 161 80 36 0 0.50 0.78 0.37 21.12 0.63 0.39
Hex A1 50 24 0 32 4E 25 15 3F 27
Octal 241 120 44 0 62 116 45 25 77 47
Binary 10100001 1010000 100100 0 110010 1001110 100101 10101 111111 100111

Color Harmonies of #A15024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15024

Black with #A15024

Text Example


Text Example

White with #A15024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15024; }

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

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

background-color css

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

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

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

border-color css

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

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

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