Html Css Color HEX #A84918 Rich Gold

📋 copy color: '#A84918'

red 168 ◦ green 73 ◦ blue 24

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

Shades of Rich Gold #A84918

Tints of Rich Gold #A84918

RGB

 RED value IS 168 (66.02% from 255) = 63.4%

 GREEN value IS 73 (28.91% from 255) = 27.55%

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

R = 63.4%
G = 27.55%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A84918 (or 0xA84918) is known color: Rich Gold. HEX triplet: A8, 49 and 18. RGB value is (168,73,24). Sum of RGB (Red+Green+Blue) = 168+73+24=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A84918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84918 is #57B6E7. Grayscale: #606060. Windows color (decimal): -5748456 or 1591720. OLE color: 1591720.

HSL color Cylindrical-coordinate representation of color #A84918: hue angle of 20.42º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A84918 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 24 -
CMYK 0 0.57 0.86 0.34
HSL 20.42º 0.75% 0.38% -
HSV(B) 20.42º 0.86% 0.66% -
XYZ 18.7 13.16 2.42 -
YUV 95.82 87.47 179.48 -
System Red Green Blue C M Y K H S L
Decimal 168 73 24 0 0.57 0.86 0.34 20.42 0.75 0.38
Hex A8 49 18 0 39 56 22 14 4B 26
Octal 250 111 30 0 71 126 42 24 113 46
Binary 10101000 1001001 11000 0 111001 1010110 100010 10100 1001011 100110

Color Harmonies of #A84918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84918

Black with #A84918

Text Example


Text Example

White with #A84918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84918; }

 p { color: rgb(168,73,24); }

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

background-color css

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

 a { background-color: rgb(168,73,24); }

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

border-color css

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

 span { border-color: rgb(168,73,24); }

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