Html Css Color HEX #A24E0F Rich Gold

📋 copy color: '#A24E0F'

red 162 ◦ green 78 ◦ blue 15

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

Shades of Rich Gold #A24E0F

Tints of Rich Gold #A24E0F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.59%

 BLUE value IS 15 (6.25% from 255) = 5.88%

R = 63.53%
G = 30.59%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A24E0F (or 0xA24E0F) is known color: Rich Gold. HEX triplet: A2, 4E and 0F. RGB value is (162,78,15). Sum of RGB (Red+Green+Blue) = 162+78+15=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24E0F is #5DB1F0. Grayscale: #606060. Windows color (decimal): -6140401 or 1003170. OLE color: 1003170.

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

Color convert

RGB 162 78 15 -
CMYK 0 0.52 0.91 0.36
HSL 25.71º 0.83% 0.35% -
HSV(B) 25.71º 0.91% 0.64% -
XYZ 17.71 13.16 2.06 -
YUV 95.93 82.33 175.12 -
System Red Green Blue C M Y K H S L
Decimal 162 78 15 0 0.52 0.91 0.36 25.71 0.83 0.35
Hex A2 4E F 0 34 5B 24 1A 53 23
Octal 242 116 17 0 64 133 44 32 123 43
Binary 10100010 1001110 1111 0 110100 1011011 100100 11010 1010011 100011

Color Harmonies of #A24E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24E0F

Black with #A24E0F

Text Example


Text Example

White with #A24E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24E0F; }

 p { color: rgb(162,78,15); }

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

background-color css

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

 a { background-color: rgb(162,78,15); }

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

border-color css

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

 span { border-color: rgb(162,78,15); }

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