Html Css Color HEX #AD591F Rich Gold

📋 copy color: '#AD591F'

red 173 ◦ green 89 ◦ blue 31

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

Shades of Rich Gold #AD591F

Tints of Rich Gold #AD591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.58%

R = 59.04%
G = 30.38%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD591F (or 0xAD591F) is known color: Rich Gold. HEX triplet: AD, 59 and 1F. RGB value is (173,89,31). Sum of RGB (Red+Green+Blue) = 173+89+31=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD591F is #52A6E0. Grayscale: #6B6B6B. Windows color (decimal): -5416673 or 2054573. OLE color: 2054573.

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

Color convert

RGB 173 89 31 -
CMYK 0 0.49 0.82 0.32
HSL 24.51º 0.7% 0.4% -
HSV(B) 24.51º 0.82% 0.68% -
XYZ 21.05 16.13 3.3 -
YUV 107.5 84.83 174.72 -
System Red Green Blue C M Y K H S L
Decimal 173 89 31 0 0.49 0.82 0.32 24.51 0.7 0.4
Hex AD 59 1F 0 31 52 20 19 46 28
Octal 255 131 37 0 61 122 40 31 106 50
Binary 10101101 1011001 11111 0 110001 1010010 100000 11001 1000110 101000

Color Harmonies of #AD591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD591F

Black with #AD591F

Text Example


Text Example

White with #AD591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD591F; }

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

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

background-color css

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

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

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

border-color css

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

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

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