Html Css Color HEX #A24A19 Rich Gold

📋 copy color: '#A24A19'

red 162 ◦ green 74 ◦ blue 25

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

Shades of Rich Gold #A24A19

Tints of Rich Gold #A24A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.58%

R = 62.07%
G = 28.35%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A24A19 (or 0xA24A19) is known color: Rich Gold. HEX triplet: A2, 4A and 19. RGB value is (162,74,25). Sum of RGB (Red+Green+Blue) = 162+74+25=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24A19 is #5DB5E6. Grayscale: #5F5F5F. Windows color (decimal): -6141415 or 1657506. OLE color: 1657506.

HSL color Cylindrical-coordinate representation of color #A24A19: hue angle of 21.46º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A24A19 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 74 25 -
CMYK 0 0.54 0.85 0.36
HSL 21.46º 0.73% 0.37% -
HSV(B) 21.46º 0.85% 0.64% -
XYZ 17.52 12.65 2.44 -
YUV 94.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 162 74 25 0 0.54 0.85 0.36 21.46 0.73 0.37
Hex A2 4A 19 0 36 55 24 15 49 25
Octal 242 112 31 0 66 125 44 25 111 45
Binary 10100010 1001010 11001 0 110110 1010101 100100 10101 1001001 100101

Color Harmonies of #A24A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A19

Black with #A24A19

Text Example


Text Example

White with #A24A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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