Html Css Color HEX #A24618 Rich Gold

📋 copy color: '#A24618'

red 162 ◦ green 70 ◦ blue 24

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

Shades of Rich Gold #A24618

Tints of Rich Gold #A24618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 63.28%
G = 27.34%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A24618 (or 0xA24618) is known color: Rich Gold. HEX triplet: A2, 46 and 18. RGB value is (162,70,24). Sum of RGB (Red+Green+Blue) = 162+70+24=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A24618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24618 is #5DB9E7. Grayscale: #5C5C5C. Windows color (decimal): -6142440 or 1590946. OLE color: 1590946.

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

Color convert

RGB 162 70 24 -
CMYK 0 0.57 0.85 0.36
HSL 20º 0.74% 0.36% -
HSV(B) 20º 0.85% 0.64% -
XYZ 17.26 12.13 2.3 -
YUV 92.26 89.48 177.74 -
System Red Green Blue C M Y K H S L
Decimal 162 70 24 0 0.57 0.85 0.36 20 0.74 0.36
Hex A2 46 18 0 39 55 24 14 4A 24
Octal 242 106 30 0 71 125 44 24 112 44
Binary 10100010 1000110 11000 0 111001 1010101 100100 10100 1001010 100100

Color Harmonies of #A24618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24618

Black with #A24618

Text Example


Text Example

White with #A24618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24618; }

 p { color: rgb(162,70,24); }

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

background-color css

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

 a { background-color: rgb(162,70,24); }

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

border-color css

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

 span { border-color: rgb(162,70,24); }

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