Html Css Color HEX #AD5921 Rich Gold

📋 copy color: '#AD5921'

red 173 ◦ green 89 ◦ blue 33

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

Shades of Rich Gold #AD5921

Tints of Rich Gold #AD5921

RGB

 RED value IS 173 (67.97% from 255) = 58.64%

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 33 (13.28% from 255) = 11.19%

R = 58.64%
G = 30.17%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD5921 (or 0xAD5921) is known color: Rich Gold. HEX triplet: AD, 59 and 21. RGB value is (173,89,33). Sum of RGB (Red+Green+Blue) = 173+89+33=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5921 is #52A6DE. Grayscale: #6C6C6C. Windows color (decimal): -5416671 or 2185645. OLE color: 2185645.

HSL color Cylindrical-coordinate representation of color #AD5921: hue angle of 24º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD5921 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 89 33 -
CMYK 0 0.49 0.81 0.32
HSL 24º 0.68% 0.4% -
HSV(B) 24º 0.81% 0.68% -
XYZ 21.08 16.14 3.44 -
YUV 107.73 85.83 174.55 -
System Red Green Blue C M Y K H S L
Decimal 173 89 33 0 0.49 0.81 0.32 24 0.68 0.4
Hex AD 59 21 0 31 51 20 18 44 28
Octal 255 131 41 0 61 121 40 30 104 50
Binary 10101101 1011001 100001 0 110001 1010001 100000 11000 1000100 101000

Color Harmonies of #AD5921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5921

Black with #AD5921

Text Example


Text Example

White with #AD5921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5921; }

 p { color: rgb(173,89,33); }

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

background-color css

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

 a { background-color: rgb(173,89,33); }

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

border-color css

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

 span { border-color: rgb(173,89,33); }

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