Html Css Color HEX #A24D16 Rich Gold

📋 copy color: '#A24D16'

red 162 ◦ green 77 ◦ blue 22

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

Shades of Rich Gold #A24D16

Tints of Rich Gold #A24D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.43%

R = 62.07%
G = 29.5%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A24D16 (or 0xA24D16) is known color: Rich Gold. HEX triplet: A2, 4D and 16. RGB value is (162,77,22). Sum of RGB (Red+Green+Blue) = 162+77+22=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24D16 is #5DB2E9. Grayscale: #606060. Windows color (decimal): -6140650 or 1461666. OLE color: 1461666.

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

Color convert

RGB 162 77 22 -
CMYK 0 0.52 0.86 0.36
HSL 23.57º 0.76% 0.36% -
HSV(B) 23.57º 0.86% 0.64% -
XYZ 17.7 13.05 2.34 -
YUV 96.15 86.16 174.97 -
System Red Green Blue C M Y K H S L
Decimal 162 77 22 0 0.52 0.86 0.36 23.57 0.76 0.36
Hex A2 4D 16 0 34 56 24 18 4C 24
Octal 242 115 26 0 64 126 44 30 114 44
Binary 10100010 1001101 10110 0 110100 1010110 100100 11000 1001100 100100

Color Harmonies of #A24D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D16

Black with #A24D16

Text Example


Text Example

White with #A24D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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