Html Css Color HEX #A24D13 Rich Gold

📋 copy color: '#A24D13'

red 162 ◦ green 77 ◦ blue 19

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

Shades of Rich Gold #A24D13

Tints of Rich Gold #A24D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.84%

 BLUE value IS 19 (7.81% from 255) = 7.36%

R = 62.79%
G = 29.84%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A24D13 (or 0xA24D13) is known color: Rich Gold. HEX triplet: A2, 4D and 13. RGB value is (162,77,19). Sum of RGB (Red+Green+Blue) = 162+77+19=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24D13 is #5DB2EC. Grayscale: #606060. Windows color (decimal): -6140653 or 1265058. OLE color: 1265058.

HSL color Cylindrical-coordinate representation of color #A24D13: hue angle of 24.34º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A24D13 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 77 19 -
CMYK 0 0.52 0.88 0.36
HSL 24.34º 0.79% 0.35% -
HSV(B) 24.34º 0.88% 0.64% -
XYZ 17.67 13.04 2.2 -
YUV 95.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 162 77 19 0 0.52 0.88 0.36 24.34 0.79 0.35
Hex A2 4D 13 0 34 58 24 18 4F 23
Octal 242 115 23 0 64 130 44 30 117 43
Binary 10100010 1001101 10011 0 110100 1011000 100100 11000 1001111 100011

Color Harmonies of #A24D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D13

Black with #A24D13

Text Example


Text Example

White with #A24D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D13; }

 p { color: rgb(162,77,19); }

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

background-color css

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

 a { background-color: rgb(162,77,19); }

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

border-color css

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

 span { border-color: rgb(162,77,19); }

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