Html Css Color HEX #A24D12 Rich Gold

📋 copy color: '#A24D12'

red 162 ◦ green 77 ◦ blue 18

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

Shades of Rich Gold #A24D12

Tints of Rich Gold #A24D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7%

R = 63.04%
G = 29.96%
B = 7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A24D12 (or 0xA24D12) is known color: Rich Gold. HEX triplet: A2, 4D and 12. RGB value is (162,77,18). Sum of RGB (Red+Green+Blue) = 162+77+18=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24D12 is #5DB2ED. Grayscale: #606060. Windows color (decimal): -6140654 or 1199522. OLE color: 1199522.

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

Color convert

RGB 162 77 18 -
CMYK 0 0.52 0.89 0.36
HSL 24.58º 0.8% 0.35% -
HSV(B) 24.58º 0.89% 0.64% -
XYZ 17.66 13.03 2.16 -
YUV 95.69 84.16 175.3 -
System Red Green Blue C M Y K H S L
Decimal 162 77 18 0 0.52 0.89 0.36 24.58 0.8 0.35
Hex A2 4D 12 0 34 59 24 19 50 23
Octal 242 115 22 0 64 131 44 31 120 43
Binary 10100010 1001101 10010 0 110100 1011001 100100 11001 1010000 100011

Color Harmonies of #A24D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D12

Black with #A24D12

Text Example


Text Example

White with #A24D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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