Html Css Color HEX #A24415 Rich Gold

📋 copy color: '#A24415'

red 162 ◦ green 68 ◦ blue 21

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

Shades of Rich Gold #A24415

Tints of Rich Gold #A24415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 64.54%
G = 27.09%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A24415 (or 0xA24415) is known color: Rich Gold. HEX triplet: A2, 44 and 15. RGB value is (162,68,21). Sum of RGB (Red+Green+Blue) = 162+68+21=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A24415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24415 is #5DBBEA. Grayscale: #5B5B5B. Windows color (decimal): -6142955 or 1393826. OLE color: 1393826.

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

Color convert

RGB 162 68 21 -
CMYK 0 0.58 0.87 0.36
HSL 20º 0.77% 0.36% -
HSV(B) 20º 0.87% 0.64% -
XYZ 17.1 11.87 2.1 -
YUV 90.75 88.64 178.82 -
System Red Green Blue C M Y K H S L
Decimal 162 68 21 0 0.58 0.87 0.36 20 0.77 0.36
Hex A2 44 15 0 3A 57 24 14 4D 24
Octal 242 104 25 0 72 127 44 24 115 44
Binary 10100010 1000100 10101 0 111010 1010111 100100 10100 1001101 100100

Color Harmonies of #A24415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24415

Black with #A24415

Text Example


Text Example

White with #A24415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24415; }

 p { color: rgb(162,68,21); }

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

background-color css

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

 a { background-color: rgb(162,68,21); }

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

border-color css

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

 span { border-color: rgb(162,68,21); }

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