Html Css Color HEX #AD5811 Rich Gold

📋 copy color: '#AD5811'

red 173 ◦ green 88 ◦ blue 17

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

Shades of Rich Gold #AD5811

Tints of Rich Gold #AD5811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.65%

 BLUE value IS 17 (7.03% from 255) = 6.12%

R = 62.23%
G = 31.65%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD5811 (or 0xAD5811) is known color: Rich Gold. HEX triplet: AD, 58 and 11. RGB value is (173,88,17). Sum of RGB (Red+Green+Blue) = 173+88+17=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5811 is #52A7EE. Grayscale: #696969. Windows color (decimal): -5416943 or 1136813. OLE color: 1136813.

HSL color Cylindrical-coordinate representation of color #AD5811: hue angle of 27.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD5811 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 88 17 -
CMYK 0 0.49 0.90 0.32
HSL 27.31º 0.82% 0.37% -
HSV(B) 27.31º 0.9% 0.68% -
XYZ 20.82 15.9 2.5 -
YUV 105.32 78.16 176.27 -
System Red Green Blue C M Y K H S L
Decimal 173 88 17 0 0.49 0.90 0.32 27.31 0.82 0.37
Hex AD 58 11 0 31 5A 20 1B 52 25
Octal 255 130 21 0 61 132 40 33 122 45
Binary 10101101 1011000 10001 0 110001 1011010 100000 11011 1010010 100101

Color Harmonies of #AD5811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5811

Black with #AD5811

Text Example


Text Example

White with #AD5811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5811; }

 p { color: rgb(173,88,17); }

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

background-color css

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

 a { background-color: rgb(173,88,17); }

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

border-color css

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

 span { border-color: rgb(173,88,17); }

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