Html Css Color HEX #A24915 Rich Gold

📋 copy color: '#A24915'

red 162 ◦ green 73 ◦ blue 21

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

Shades of Rich Gold #A24915

Tints of Rich Gold #A24915

RGB

 RED value IS 162 (63.67% from 255) = 63.28%

 GREEN value IS 73 (28.91% from 255) = 28.52%

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

R = 63.28%
G = 28.52%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A24915 (or 0xA24915) is known color: Rich Gold. HEX triplet: A2, 49 and 15. RGB value is (162,73,21). Sum of RGB (Red+Green+Blue) = 162+73+21=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A24915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24915 is #5DB6EA. Grayscale: #5D5D5D. Windows color (decimal): -6141675 or 1395106. OLE color: 1395106.

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

Color convert

RGB 162 73 21 -
CMYK 0 0.55 0.87 0.36
HSL 22.13º 0.77% 0.36% -
HSV(B) 22.13º 0.87% 0.64% -
XYZ 17.42 12.5 2.2 -
YUV 93.68 86.99 176.73 -
System Red Green Blue C M Y K H S L
Decimal 162 73 21 0 0.55 0.87 0.36 22.13 0.77 0.36
Hex A2 49 15 0 37 57 24 16 4D 24
Octal 242 111 25 0 67 127 44 26 115 44
Binary 10100010 1001001 10101 0 110111 1010111 100100 10110 1001101 100100

Color Harmonies of #A24915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24915

Black with #A24915

Text Example


Text Example

White with #A24915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24915; }

 p { color: rgb(162,73,21); }

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

background-color css

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

 a { background-color: rgb(162,73,21); }

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

border-color css

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

 span { border-color: rgb(162,73,21); }

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