Html Css Color HEX #A24719 Rich Gold

📋 copy color: '#A24719'

red 162 ◦ green 71 ◦ blue 25

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

Shades of Rich Gold #A24719

Tints of Rich Gold #A24719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

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

R = 62.79%
G = 27.52%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A24719 (or 0xA24719) is known color: Rich Gold. HEX triplet: A2, 47 and 19. RGB value is (162,71,25). Sum of RGB (Red+Green+Blue) = 162+71+25=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A24719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24719 is #5DB8E6. Grayscale: #5D5D5D. Windows color (decimal): -6142183 or 1656738. OLE color: 1656738.

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

Color convert

RGB 162 71 25 -
CMYK 0 0.56 0.85 0.36
HSL 20.15º 0.73% 0.37% -
HSV(B) 20.15º 0.85% 0.64% -
XYZ 17.33 12.26 2.37 -
YUV 92.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 162 71 25 0 0.56 0.85 0.36 20.15 0.73 0.37
Hex A2 47 19 0 38 55 24 14 49 25
Octal 242 107 31 0 70 125 44 24 111 45
Binary 10100010 1000111 11001 0 111000 1010101 100100 10100 1001001 100101

Color Harmonies of #A24719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24719

Black with #A24719

Text Example


Text Example

White with #A24719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24719; }

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

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

background-color css

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

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

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

border-color css

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

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

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