Html Css Color HEX #A24A17 Rich Gold

📋 copy color: '#A24A17'

red 162 ◦ green 74 ◦ blue 23

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

Shades of Rich Gold #A24A17

Tints of Rich Gold #A24A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.57%

 BLUE value IS 23 (9.38% from 255) = 8.88%

R = 62.55%
G = 28.57%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A24A17 (or 0xA24A17) is known color: Rich Gold. HEX triplet: A2, 4A and 17. RGB value is (162,74,23). Sum of RGB (Red+Green+Blue) = 162+74+23=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24A17 is #5DB5E8. Grayscale: #5E5E5E. Windows color (decimal): -6141417 or 1526434. OLE color: 1526434.

HSL color Cylindrical-coordinate representation of color #A24A17: hue angle of 22.01º degrees, saturation: 0.75, 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 #A24A17 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 74 23 -
CMYK 0 0.54 0.86 0.36
HSL 22.01º 0.75% 0.36% -
HSV(B) 22.01º 0.86% 0.64% -
XYZ 17.5 12.64 2.33 -
YUV 94.5 87.65 176.15 -
System Red Green Blue C M Y K H S L
Decimal 162 74 23 0 0.54 0.86 0.36 22.01 0.75 0.36
Hex A2 4A 17 0 36 56 24 16 4B 24
Octal 242 112 27 0 66 126 44 26 113 44
Binary 10100010 1001010 10111 0 110110 1010110 100100 10110 1001011 100100

Color Harmonies of #A24A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A17

Black with #A24A17

Text Example


Text Example

White with #A24A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A17; }

 p { color: rgb(162,74,23); }

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

background-color css

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

 a { background-color: rgb(162,74,23); }

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

border-color css

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

 span { border-color: rgb(162,74,23); }

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