Html Css Color HEX #A24721 Rich Gold

📋 copy color: '#A24721'

red 162 ◦ green 71 ◦ blue 33

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

Shades of Rich Gold #A24721

Tints of Rich Gold #A24721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.41%

R = 60.9%
G = 26.69%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A24721 (or 0xA24721) is known color: Rich Gold. HEX triplet: A2, 47 and 21. RGB value is (162,71,33). Sum of RGB (Red+Green+Blue) = 162+71+33=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A24721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24721 is #5DB8DE. Grayscale: #5E5E5E. Windows color (decimal): -6142175 or 2181026. OLE color: 2181026.

HSL color Cylindrical-coordinate representation of color #A24721: hue angle of 17.67º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A24721 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 71 33 -
CMYK 0 0.56 0.80 0.36
HSL 17.67º 0.66% 0.38% -
HSV(B) 17.67º 0.8% 0.64% -
XYZ 17.43 12.3 2.89 -
YUV 93.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 162 71 33 0 0.56 0.80 0.36 17.67 0.66 0.38
Hex A2 47 21 0 38 50 24 12 42 26
Octal 242 107 41 0 70 120 44 22 102 46
Binary 10100010 1000111 100001 0 111000 1010000 100100 10010 1000010 100110

Color Harmonies of #A24721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24721

Black with #A24721

Text Example


Text Example

White with #A24721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24721; }

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

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

background-color css

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

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

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

border-color css

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

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

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