Html Css Color HEX #A24E26 Rich Gold

📋 copy color: '#A24E26'

red 162 ◦ green 78 ◦ blue 38

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

Shades of Rich Gold #A24E26

Tints of Rich Gold #A24E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.67%

R = 58.27%
G = 28.06%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A24E26 (or 0xA24E26) is known color: Rich Gold. HEX triplet: A2, 4E and 26. RGB value is (162,78,38). Sum of RGB (Red+Green+Blue) = 162+78+38=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E26 is #5DB1D9. Grayscale: #626262. Windows color (decimal): -6140378 or 2510498. OLE color: 2510498.

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

Color convert

RGB 162 78 38 -
CMYK 0 0.52 0.77 0.36
HSL 19.35º 0.62% 0.39% -
HSV(B) 19.35º 0.77% 0.64% -
XYZ 17.97 13.27 3.45 -
YUV 98.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 162 78 38 0 0.52 0.77 0.36 19.35 0.62 0.39
Hex A2 4E 26 0 34 4D 24 13 3E 27
Octal 242 116 46 0 64 115 44 23 76 47
Binary 10100010 1001110 100110 0 110100 1001101 100100 10011 111110 100111

Color Harmonies of #A24E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24E26

Black with #A24E26

Text Example


Text Example

White with #A24E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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