Html Css Color HEX #A84917 Rich Gold

📋 copy color: '#A84917'

red 168 ◦ green 73 ◦ blue 23

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

Shades of Rich Gold #A84917

Tints of Rich Gold #A84917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.71%

R = 63.64%
G = 27.65%
B = 8.71%

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

#A84917 (or 0xA84917) is known color: Rich Gold. HEX triplet: A8, 49 and 17. RGB value is (168,73,23). Sum of RGB (Red+Green+Blue) = 168+73+23=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A84917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84917 is #57B6E8. Grayscale: #606060. Windows color (decimal): -5748457 or 1526184. OLE color: 1526184.

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

Color convert

RGB 168 73 23 -
CMYK 0 0.57 0.86 0.34
HSL 20.69º 0.76% 0.37% -
HSV(B) 20.69º 0.86% 0.66% -
XYZ 18.69 13.15 2.36 -
YUV 95.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 168 73 23 0 0.57 0.86 0.34 20.69 0.76 0.37
Hex A8 49 17 0 39 56 22 15 4C 25
Octal 250 111 27 0 71 126 42 25 114 45
Binary 10101000 1001001 10111 0 111001 1010110 100010 10101 1001100 100101

Color Harmonies of #A84917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84917

Black with #A84917

Text Example


Text Example

White with #A84917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84917; }

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

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

background-color css

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

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

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

border-color css

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

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

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