Html Css Color HEX #AD5914 Rich Gold

📋 copy color: '#AD5914'

red 173 ◦ green 89 ◦ blue 20

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

Shades of Rich Gold #AD5914

Tints of Rich Gold #AD5914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 61.35%
G = 31.56%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD5914 (or 0xAD5914) is known color: Rich Gold. HEX triplet: AD, 59 and 14. RGB value is (173,89,20). Sum of RGB (Red+Green+Blue) = 173+89+20=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5914 is #52A6EB. Grayscale: #6A6A6A. Windows color (decimal): -5416684 or 1333677. OLE color: 1333677.

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

Color convert

RGB 173 89 20 -
CMYK 0 0.49 0.88 0.32
HSL 27.06º 0.79% 0.38% -
HSV(B) 27.06º 0.88% 0.68% -
XYZ 20.93 16.08 2.66 -
YUV 106.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 173 89 20 0 0.49 0.88 0.32 27.06 0.79 0.38
Hex AD 59 14 0 31 58 20 1B 4F 26
Octal 255 131 24 0 61 130 40 33 117 46
Binary 10101101 1011001 10100 0 110001 1011000 100000 11011 1001111 100110

Color Harmonies of #AD5914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5914

Black with #AD5914

Text Example


Text Example

White with #AD5914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5914; }

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

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

background-color css

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

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

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

border-color css

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

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

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