Html Css Color HEX #A24619 Rich Gold

📋 copy color: '#A24619'

red 162 ◦ green 70 ◦ blue 25

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

Shades of Rich Gold #A24619

Tints of Rich Gold #A24619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

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

R = 63.04%
G = 27.24%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A24619 (or 0xA24619) is known color: Rich Gold. HEX triplet: A2, 46 and 19. RGB value is (162,70,25). Sum of RGB (Red+Green+Blue) = 162+70+25=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A24619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24619 is #5DB9E6. Grayscale: #5C5C5C. Windows color (decimal): -6142439 or 1656482. OLE color: 1656482.

HSL color Cylindrical-coordinate representation of color #A24619: hue angle of 19.71º 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 #A24619 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 70 25 -
CMYK 0 0.57 0.85 0.36
HSL 19.71º 0.73% 0.37% -
HSV(B) 19.71º 0.85% 0.64% -
XYZ 17.27 12.13 2.35 -
YUV 92.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 162 70 25 0 0.57 0.85 0.36 19.71 0.73 0.37
Hex A2 46 19 0 39 55 24 14 49 25
Octal 242 106 31 0 71 125 44 24 111 45
Binary 10100010 1000110 11001 0 111001 1010101 100100 10100 1001001 100101

Color Harmonies of #A24619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24619

Black with #A24619

Text Example


Text Example

White with #A24619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24619; }

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

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

background-color css

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

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

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

border-color css

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

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

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