Html Css Color HEX #AD5714 Rich Gold

📋 copy color: '#AD5714'

red 173 ◦ green 87 ◦ blue 20

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

Shades of Rich Gold #AD5714

Tints of Rich Gold #AD5714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.07%

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

R = 61.79%
G = 31.07%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD5714 (or 0xAD5714) is known color: Rich Gold. HEX triplet: AD, 57 and 14. RGB value is (173,87,20). Sum of RGB (Red+Green+Blue) = 173+87+20=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5714 is #52A8EB. Grayscale: #696969. Windows color (decimal): -5417196 or 1333165. OLE color: 1333165.

HSL color Cylindrical-coordinate representation of color #AD5714: hue angle of 26.27º 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 #AD5714 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 87 20 -
CMYK 0 0.50 0.88 0.32
HSL 26.27º 0.79% 0.38% -
HSV(B) 26.27º 0.88% 0.68% -
XYZ 20.77 15.75 2.61 -
YUV 105.08 79.99 176.45 -
System Red Green Blue C M Y K H S L
Decimal 173 87 20 0 0.50 0.88 0.32 26.27 0.79 0.38
Hex AD 57 14 0 32 58 20 1A 4F 26
Octal 255 127 24 0 62 130 40 32 117 46
Binary 10101101 1010111 10100 0 110010 1011000 100000 11010 1001111 100110

Color Harmonies of #AD5714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5714

Black with #AD5714

Text Example


Text Example

White with #AD5714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5714; }

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

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

background-color css

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

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

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

border-color css

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

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

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