Html Css Color HEX #AD591E Rich Gold

📋 copy color: '#AD591E'

red 173 ◦ green 89 ◦ blue 30

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

Shades of Rich Gold #AD591E

Tints of Rich Gold #AD591E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 59.25%
G = 30.48%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD591E (or 0xAD591E) is known color: Rich Gold. HEX triplet: AD, 59 and 1E. RGB value is (173,89,30). Sum of RGB (Red+Green+Blue) = 173+89+30=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD591E is #52A6E1. Grayscale: #6B6B6B. Windows color (decimal): -5416674 or 1989037. OLE color: 1989037.

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

Color convert

RGB 173 89 30 -
CMYK 0 0.49 0.83 0.32
HSL 24.76º 0.7% 0.4% -
HSV(B) 24.76º 0.83% 0.68% -
XYZ 21.04 16.12 3.23 -
YUV 107.39 84.33 174.8 -
System Red Green Blue C M Y K H S L
Decimal 173 89 30 0 0.49 0.83 0.32 24.76 0.7 0.4
Hex AD 59 1E 0 31 53 20 19 46 28
Octal 255 131 36 0 61 123 40 31 106 50
Binary 10101101 1011001 11110 0 110001 1010011 100000 11001 1000110 101000

Color Harmonies of #AD591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD591E

Black with #AD591E

Text Example


Text Example

White with #AD591E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD591E; }

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

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

background-color css

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

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

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

border-color css

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

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

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