Html Css Color HEX #A15424 Rich Gold

📋 copy color: '#A15424'

red 161 ◦ green 84 ◦ blue 36

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

Shades of Rich Gold #A15424

Tints of Rich Gold #A15424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 57.3%
G = 29.89%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A15424 (or 0xA15424) is known color: Rich Gold. HEX triplet: A1, 54 and 24. RGB value is (161,84,36). Sum of RGB (Red+Green+Blue) = 161+84+36=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A15424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15424 is #5EABDB. Grayscale: #656565. Windows color (decimal): -6204380 or 2380961. OLE color: 2380961.

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

Color convert

RGB 161 84 36 -
CMYK 0 0.48 0.78 0.37
HSL 23.04º 0.63% 0.39% -
HSV(B) 23.04º 0.78% 0.63% -
XYZ 18.19 14.05 3.42 -
YUV 101.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 161 84 36 0 0.48 0.78 0.37 23.04 0.63 0.39
Hex A1 54 24 0 30 4E 25 17 3F 27
Octal 241 124 44 0 60 116 45 27 77 47
Binary 10100001 1010100 100100 0 110000 1001110 100101 10111 111111 100111

Color Harmonies of #A15424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15424

Black with #A15424

Text Example


Text Example

White with #A15424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15424; }

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

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

background-color css

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

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

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

border-color css

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

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

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