Html Css Color HEX #A24316 Rich Gold

📋 copy color: '#A24316'

red 162 ◦ green 67 ◦ blue 22

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

Shades of Rich Gold #A24316

Tints of Rich Gold #A24316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 64.54%
G = 26.69%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A24316 (or 0xA24316) is known color: Rich Gold. HEX triplet: A2, 43 and 16. RGB value is (162,67,22). Sum of RGB (Red+Green+Blue) = 162+67+22=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A24316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24316 is #5DBCE9. Grayscale: #5A5A5A. Windows color (decimal): -6143210 or 1459106. OLE color: 1459106.

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

Color convert

RGB 162 67 22 -
CMYK 0 0.59 0.86 0.36
HSL 19.29º 0.76% 0.36% -
HSV(B) 19.29º 0.86% 0.64% -
XYZ 17.05 11.75 2.13 -
YUV 90.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 162 67 22 0 0.59 0.86 0.36 19.29 0.76 0.36
Hex A2 43 16 0 3B 56 24 13 4C 24
Octal 242 103 26 0 73 126 44 23 114 44
Binary 10100010 1000011 10110 0 111011 1010110 100100 10011 1001100 100100

Color Harmonies of #A24316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24316

Black with #A24316

Text Example


Text Example

White with #A24316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24316; }

 p { color: rgb(162,67,22); }

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

background-color css

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

 a { background-color: rgb(162,67,22); }

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

border-color css

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

 span { border-color: rgb(162,67,22); }

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