Html Css Color HEX #AD5621 Rich Gold

📋 copy color: '#AD5621'

red 173 ◦ green 86 ◦ blue 33

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

Shades of Rich Gold #AD5621

Tints of Rich Gold #AD5621

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

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

R = 59.25%
G = 29.45%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD5621 (or 0xAD5621) is known color: Rich Gold. HEX triplet: AD, 56 and 21. RGB value is (173,86,33). Sum of RGB (Red+Green+Blue) = 173+86+33=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5621 is #52A9DE. Grayscale: #6A6A6A. Windows color (decimal): -5417439 or 2184877. OLE color: 2184877.

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

Color convert

RGB 173 86 33 -
CMYK 0 0.50 0.81 0.32
HSL 22.71º 0.68% 0.4% -
HSV(B) 22.71º 0.81% 0.68% -
XYZ 20.84 15.65 3.36 -
YUV 105.97 86.82 175.81 -
System Red Green Blue C M Y K H S L
Decimal 173 86 33 0 0.50 0.81 0.32 22.71 0.68 0.4
Hex AD 56 21 0 32 51 20 17 44 28
Octal 255 126 41 0 62 121 40 27 104 50
Binary 10101101 1010110 100001 0 110010 1010001 100000 10111 1000100 101000

Color Harmonies of #AD5621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5621

Black with #AD5621

Text Example


Text Example

White with #AD5621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5621; }

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

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

background-color css

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

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

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

border-color css

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

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

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