Html Css Color HEX #AD5D20 Rich Gold

📋 copy color: '#AD5D20'

red 173 ◦ green 93 ◦ blue 32

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

Shades of Rich Gold #AD5D20

Tints of Rich Gold #AD5D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.21%

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

R = 58.05%
G = 31.21%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD5D20 (or 0xAD5D20) is known color: Rich Gold. HEX triplet: AD, 5D and 20. RGB value is (173,93,32). Sum of RGB (Red+Green+Blue) = 173+93+32=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D20 is #52A2DF. Grayscale: #6E6E6E. Windows color (decimal): -5415648 or 2121133. OLE color: 2121133.

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

Color convert

RGB 173 93 32 -
CMYK 0 0.46 0.82 0.32
HSL 25.96º 0.69% 0.4% -
HSV(B) 25.96º 0.82% 0.68% -
XYZ 21.41 16.82 3.48 -
YUV 109.97 84 172.96 -
System Red Green Blue C M Y K H S L
Decimal 173 93 32 0 0.46 0.82 0.32 25.96 0.69 0.4
Hex AD 5D 20 0 2E 52 20 1A 45 28
Octal 255 135 40 0 56 122 40 32 105 50
Binary 10101101 1011101 100000 0 101110 1010010 100000 11010 1000101 101000

Color Harmonies of #AD5D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D20

Black with #AD5D20

Text Example


Text Example

White with #AD5D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D20; }

 p { color: rgb(173,93,32); }

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

background-color css

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

 a { background-color: rgb(173,93,32); }

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

border-color css

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

 span { border-color: rgb(173,93,32); }

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