Html Css Color HEX #A84720 Rich Gold

📋 copy color: '#A84720'

red 168 ◦ green 71 ◦ blue 32

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

Shades of Rich Gold #A84720

Tints of Rich Gold #A84720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 61.99%
G = 26.2%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A84720 (or 0xA84720) is known color: Rich Gold. HEX triplet: A8, 47 and 20. RGB value is (168,71,32). Sum of RGB (Red+Green+Blue) = 168+71+32=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A84720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84720 is #57B8DF. Grayscale: #5F5F5F. Windows color (decimal): -5748960 or 2115496. OLE color: 2115496.

HSL color Cylindrical-coordinate representation of color #A84720: hue angle of 17.21º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A84720 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 71 32 -
CMYK 0 0.58 0.81 0.34
HSL 17.21º 0.68% 0.39% -
HSV(B) 17.21º 0.81% 0.66% -
XYZ 18.66 12.94 2.88 -
YUV 95.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 168 71 32 0 0.58 0.81 0.34 17.21 0.68 0.39
Hex A8 47 20 0 3A 51 22 11 44 27
Octal 250 107 40 0 72 121 42 21 104 47
Binary 10101000 1000111 100000 0 111010 1010001 100010 10001 1000100 100111

Color Harmonies of #A84720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84720

Black with #A84720

Text Example


Text Example

White with #A84720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84720; }

 p { color: rgb(168,71,32); }

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

background-color css

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

 a { background-color: rgb(168,71,32); }

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

border-color css

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

 span { border-color: rgb(168,71,32); }

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