Html Css Color HEX #A24716 Rich Gold

📋 copy color: '#A24716'

red 162 ◦ green 71 ◦ blue 22

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

Shades of Rich Gold #A24716

Tints of Rich Gold #A24716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.63%

R = 63.53%
G = 27.84%
B = 8.63%

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

#A24716 (or 0xA24716) is known color: Rich Gold. HEX triplet: A2, 47 and 16. RGB value is (162,71,22). Sum of RGB (Red+Green+Blue) = 162+71+22=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A24716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24716 is #5DB8E9. Grayscale: #5C5C5C. Windows color (decimal): -6142186 or 1460130. OLE color: 1460130.

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

Color convert

RGB 162 71 22 -
CMYK 0 0.56 0.86 0.36
HSL 21º 0.76% 0.36% -
HSV(B) 21º 0.86% 0.64% -
XYZ 17.3 12.25 2.21 -
YUV 92.62 88.15 177.48 -
System Red Green Blue C M Y K H S L
Decimal 162 71 22 0 0.56 0.86 0.36 21 0.76 0.36
Hex A2 47 16 0 38 56 24 15 4C 24
Octal 242 107 26 0 70 126 44 25 114 44
Binary 10100010 1000111 10110 0 111000 1010110 100100 10101 1001100 100100

Color Harmonies of #A24716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24716

Black with #A24716

Text Example


Text Example

White with #A24716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24716; }

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

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

background-color css

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

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

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

border-color css

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

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

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