Html Css Color HEX #AD5A20 Rich Gold

📋 copy color: '#AD5A20'

red 173 ◦ green 90 ◦ blue 32

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

Shades of Rich Gold #AD5A20

Tints of Rich Gold #AD5A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

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

R = 58.64%
G = 30.51%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD5A20 (or 0xAD5A20) is known color: Rich Gold. HEX triplet: AD, 5A and 20. RGB value is (173,90,32). Sum of RGB (Red+Green+Blue) = 173+90+32=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A20 is #52A5DF. Grayscale: #6C6C6C. Windows color (decimal): -5416416 or 2120365. OLE color: 2120365.

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

Color convert

RGB 173 90 32 -
CMYK 0 0.48 0.82 0.32
HSL 24.68º 0.69% 0.4% -
HSV(B) 24.68º 0.82% 0.68% -
XYZ 21.15 16.3 3.4 -
YUV 108.21 85 174.22 -
System Red Green Blue C M Y K H S L
Decimal 173 90 32 0 0.48 0.82 0.32 24.68 0.69 0.4
Hex AD 5A 20 0 30 52 20 19 45 28
Octal 255 132 40 0 60 122 40 31 105 50
Binary 10101101 1011010 100000 0 110000 1010010 100000 11001 1000101 101000

Color Harmonies of #AD5A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A20

Black with #AD5A20

Text Example


Text Example

White with #AD5A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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