Html Css Color HEX #A24A1F Rich Gold

📋 copy color: '#A24A1F'

red 162 ◦ green 74 ◦ blue 31

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

Shades of Rich Gold #A24A1F

Tints of Rich Gold #A24A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

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

R = 60.67%
G = 27.72%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A24A1F (or 0xA24A1F) is known color: Rich Gold. HEX triplet: A2, 4A and 1F. RGB value is (162,74,31). Sum of RGB (Red+Green+Blue) = 162+74+31=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A1F is #5DB5E0. Grayscale: #5F5F5F. Windows color (decimal): -6141409 or 2050722. OLE color: 2050722.

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

Color convert

RGB 162 74 31 -
CMYK 0 0.54 0.81 0.36
HSL 19.69º 0.68% 0.38% -
HSV(B) 19.69º 0.81% 0.64% -
XYZ 17.6 12.68 2.82 -
YUV 95.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 162 74 31 0 0.54 0.81 0.36 19.69 0.68 0.38
Hex A2 4A 1F 0 36 51 24 14 44 26
Octal 242 112 37 0 66 121 44 24 104 46
Binary 10100010 1001010 11111 0 110110 1010001 100100 10100 1000100 100110

Color Harmonies of #A24A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A1F

Black with #A24A1F

Text Example


Text Example

White with #A24A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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