Html Css Color HEX #AD591B Rich Gold

📋 copy color: '#AD591B'

red 173 ◦ green 89 ◦ blue 27

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

Shades of Rich Gold #AD591B

Tints of Rich Gold #AD591B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 59.86%
G = 30.8%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD591B (or 0xAD591B) is known color: Rich Gold. HEX triplet: AD, 59 and 1B. RGB value is (173,89,27). Sum of RGB (Red+Green+Blue) = 173+89+27=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD591B is #52A6E4. Grayscale: #6B6B6B. Windows color (decimal): -5416677 or 1792429. OLE color: 1792429.

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

Color convert

RGB 173 89 27 -
CMYK 0 0.49 0.84 0.32
HSL 25.48º 0.73% 0.39% -
HSV(B) 25.48º 0.84% 0.68% -
XYZ 21 16.11 3.04 -
YUV 107.05 82.83 175.04 -
System Red Green Blue C M Y K H S L
Decimal 173 89 27 0 0.49 0.84 0.32 25.48 0.73 0.39
Hex AD 59 1B 0 31 54 20 19 49 27
Octal 255 131 33 0 61 124 40 31 111 47
Binary 10101101 1011001 11011 0 110001 1010100 100000 11001 1001001 100111

Color Harmonies of #AD591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD591B

Black with #AD591B

Text Example


Text Example

White with #AD591B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD591B; }

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

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

background-color css

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

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

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

border-color css

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

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

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