Html Css Color HEX #A24713 Rich Gold

📋 copy color: '#A24713'

red 162 ◦ green 71 ◦ blue 19

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

Shades of Rich Gold #A24713

Tints of Rich Gold #A24713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

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

R = 64.29%
G = 28.17%
B = 7.54%

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

#A24713 (or 0xA24713) is known color: Rich Gold. HEX triplet: A2, 47 and 13. RGB value is (162,71,19). Sum of RGB (Red+Green+Blue) = 162+71+19=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A24713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24713 is #5DB8EC. Grayscale: #5C5C5C. Windows color (decimal): -6142189 or 1263522. OLE color: 1263522.

HSL color Cylindrical-coordinate representation of color #A24713: hue angle of 21.82º 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 #A24713 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 71 19 -
CMYK 0 0.56 0.88 0.36
HSL 21.82º 0.79% 0.35% -
HSV(B) 21.82º 0.88% 0.64% -
XYZ 17.27 12.23 2.07 -
YUV 92.28 86.65 177.73 -
System Red Green Blue C M Y K H S L
Decimal 162 71 19 0 0.56 0.88 0.36 21.82 0.79 0.35
Hex A2 47 13 0 38 58 24 16 4F 23
Octal 242 107 23 0 70 130 44 26 117 43
Binary 10100010 1000111 10011 0 111000 1011000 100100 10110 1001111 100011

Color Harmonies of #A24713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24713

Black with #A24713

Text Example


Text Example

White with #A24713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24713; }

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

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

background-color css

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

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

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

border-color css

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

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

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