Html Css Color HEX #A24C16 Rich Gold

📋 copy color: '#A24C16'

red 162 ◦ green 76 ◦ blue 22

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

Shades of Rich Gold #A24C16

Tints of Rich Gold #A24C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

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

R = 62.31%
G = 29.23%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A24C16 (or 0xA24C16) is known color: Rich Gold. HEX triplet: A2, 4C and 16. RGB value is (162,76,22). Sum of RGB (Red+Green+Blue) = 162+76+22=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24C16 is #5DB3E9. Grayscale: #5F5F5F. Windows color (decimal): -6140906 or 1461410. OLE color: 1461410.

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

Color convert

RGB 162 76 22 -
CMYK 0 0.53 0.86 0.36
HSL 23.14º 0.76% 0.36% -
HSV(B) 23.14º 0.86% 0.64% -
XYZ 17.63 12.91 2.32 -
YUV 95.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 162 76 22 0 0.53 0.86 0.36 23.14 0.76 0.36
Hex A2 4C 16 0 35 56 24 17 4C 24
Octal 242 114 26 0 65 126 44 27 114 44
Binary 10100010 1001100 10110 0 110101 1010110 100100 10111 1001100 100100

Color Harmonies of #A24C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24C16

Black with #A24C16

Text Example


Text Example

White with #A24C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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