Html Css Color HEX #A24813 Rich Gold

📋 copy color: '#A24813'

red 162 ◦ green 72 ◦ blue 19

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

Shades of Rich Gold #A24813

Tints of Rich Gold #A24813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 64.03%
G = 28.46%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A24813 (or 0xA24813) is known color: Rich Gold. HEX triplet: A2, 48 and 13. RGB value is (162,72,19). Sum of RGB (Red+Green+Blue) = 162+72+19=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A24813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24813 is #5DB7EC. Grayscale: #5D5D5D. Windows color (decimal): -6141933 or 1263778. OLE color: 1263778.

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

Color convert

RGB 162 72 19 -
CMYK 0 0.56 0.88 0.36
HSL 22.24º 0.79% 0.35% -
HSV(B) 22.24º 0.88% 0.64% -
XYZ 17.34 12.36 2.09 -
YUV 92.87 86.32 177.31 -
System Red Green Blue C M Y K H S L
Decimal 162 72 19 0 0.56 0.88 0.36 22.24 0.79 0.35
Hex A2 48 13 0 38 58 24 16 4F 23
Octal 242 110 23 0 70 130 44 26 117 43
Binary 10100010 1001000 10011 0 111000 1011000 100100 10110 1001111 100011

Color Harmonies of #A24813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24813

Black with #A24813

Text Example


Text Example

White with #A24813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24813; }

 p { color: rgb(162,72,19); }

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

background-color css

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

 a { background-color: rgb(162,72,19); }

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

border-color css

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

 span { border-color: rgb(162,72,19); }

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