Html Css Color HEX #A24D1C Rich Gold

📋 copy color: '#A24D1C'

red 162 ◦ green 77 ◦ blue 28

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

Shades of Rich Gold #A24D1C

Tints of Rich Gold #A24D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.49%

R = 60.67%
G = 28.84%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A24D1C (or 0xA24D1C) is known color: Rich Gold. HEX triplet: A2, 4D and 1C. RGB value is (162,77,28). Sum of RGB (Red+Green+Blue) = 162+77+28=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D1C is #5DB2E3. Grayscale: #616161. Windows color (decimal): -6140644 or 1854882. OLE color: 1854882.

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

Color convert

RGB 162 77 28 -
CMYK 0 0.52 0.83 0.36
HSL 21.94º 0.71% 0.37% -
HSV(B) 21.94º 0.83% 0.64% -
XYZ 17.76 13.07 2.69 -
YUV 96.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 162 77 28 0 0.52 0.83 0.36 21.94 0.71 0.37
Hex A2 4D 1C 0 34 53 24 16 47 25
Octal 242 115 34 0 64 123 44 26 107 45
Binary 10100010 1001101 11100 0 110100 1010011 100100 10110 1000111 100101

Color Harmonies of #A24D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D1C

Black with #A24D1C

Text Example


Text Example

White with #A24D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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