Html Css Color HEX #AD5521 Rich Gold

📋 copy color: '#AD5521'

red 173 ◦ green 85 ◦ blue 33

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

Shades of Rich Gold #AD5521

Tints of Rich Gold #AD5521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

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

R = 59.45%
G = 29.21%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD5521 (or 0xAD5521) is known color: Rich Gold. HEX triplet: AD, 55 and 21. RGB value is (173,85,33). Sum of RGB (Red+Green+Blue) = 173+85+33=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5521 is #52AADE. Grayscale: #696969. Windows color (decimal): -5417695 or 2184621. OLE color: 2184621.

HSL color Cylindrical-coordinate representation of color #AD5521: hue angle of 22.29º 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 #AD5521 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 85 33 -
CMYK 0 0.51 0.81 0.32
HSL 22.29º 0.68% 0.4% -
HSV(B) 22.29º 0.81% 0.68% -
XYZ 20.76 15.49 3.33 -
YUV 105.38 87.15 176.23 -
System Red Green Blue C M Y K H S L
Decimal 173 85 33 0 0.51 0.81 0.32 22.29 0.68 0.4
Hex AD 55 21 0 33 51 20 16 44 28
Octal 255 125 41 0 63 121 40 26 104 50
Binary 10101101 1010101 100001 0 110011 1010001 100000 10110 1000100 101000

Color Harmonies of #AD5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5521

Black with #AD5521

Text Example


Text Example

White with #AD5521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5521; }

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

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

background-color css

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

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

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

border-color css

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

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

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