Html Css Color HEX #A24D1F Rich Gold

📋 copy color: '#A24D1F'

red 162 ◦ green 77 ◦ blue 31

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

Shades of Rich Gold #A24D1F

Tints of Rich Gold #A24D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 60%
G = 28.52%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A24D1F (or 0xA24D1F) is known color: Rich Gold. HEX triplet: A2, 4D and 1F. RGB value is (162,77,31). Sum of RGB (Red+Green+Blue) = 162+77+31=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D1F is #5DB2E0. Grayscale: #616161. Windows color (decimal): -6140641 or 2051490. OLE color: 2051490.

HSL color Cylindrical-coordinate representation of color #A24D1F: hue angle of 21.07º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A24D1F is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 77 31 -
CMYK 0 0.52 0.81 0.36
HSL 21.07º 0.68% 0.38% -
HSV(B) 21.07º 0.81% 0.64% -
XYZ 17.8 13.09 2.88 -
YUV 97.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 162 77 31 0 0.52 0.81 0.36 21.07 0.68 0.38
Hex A2 4D 1F 0 34 51 24 15 44 26
Octal 242 115 37 0 64 121 44 25 104 46
Binary 10100010 1001101 11111 0 110100 1010001 100100 10101 1000100 100110

Color Harmonies of #A24D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D1F

Black with #A24D1F

Text Example


Text Example

White with #A24D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D1F; }

 p { color: rgb(162,77,31); }

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

background-color css

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

 a { background-color: rgb(162,77,31); }

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

border-color css

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

 span { border-color: rgb(162,77,31); }

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