Html Css Color HEX #A24717 Rich Gold

📋 copy color: '#A24717'

red 162 ◦ green 71 ◦ blue 23

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

Shades of Rich Gold #A24717

Tints of Rich Gold #A24717

RGB

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

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

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

R = 63.28%
G = 27.73%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A24717 (or 0xA24717) is known color: Rich Gold. HEX triplet: A2, 47 and 17. RGB value is (162,71,23). Sum of RGB (Red+Green+Blue) = 162+71+23=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A24717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24717 is #5DB8E8. Grayscale: #5D5D5D. Windows color (decimal): -6142185 or 1525666. OLE color: 1525666.

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

Color convert

RGB 162 71 23 -
CMYK 0 0.56 0.86 0.36
HSL 20.72º 0.75% 0.36% -
HSV(B) 20.72º 0.86% 0.64% -
XYZ 17.31 12.25 2.26 -
YUV 92.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 162 71 23 0 0.56 0.86 0.36 20.72 0.75 0.36
Hex A2 47 17 0 38 56 24 15 4B 24
Octal 242 107 27 0 70 126 44 25 113 44
Binary 10100010 1000111 10111 0 111000 1010110 100100 10101 1001011 100100

Color Harmonies of #A24717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24717

Black with #A24717

Text Example


Text Example

White with #A24717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24717; }

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

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

background-color css

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

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

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

border-color css

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

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

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