Html Css Color HEX #AD5A14 Rich Gold

📋 copy color: '#AD5A14'

red 173 ◦ green 90 ◦ blue 20

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

Shades of Rich Gold #AD5A14

Tints of Rich Gold #AD5A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.8%

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

R = 61.13%
G = 31.8%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD5A14 (or 0xAD5A14) is known color: Rich Gold. HEX triplet: AD, 5A and 14. RGB value is (173,90,20). Sum of RGB (Red+Green+Blue) = 173+90+20=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5A14 is #52A5EB. Grayscale: #6B6B6B. Windows color (decimal): -5416428 or 1333933. OLE color: 1333933.

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

Color convert

RGB 173 90 20 -
CMYK 0 0.48 0.88 0.32
HSL 27.45º 0.79% 0.38% -
HSV(B) 27.45º 0.88% 0.68% -
XYZ 21.02 16.25 2.69 -
YUV 106.84 79 175.19 -
System Red Green Blue C M Y K H S L
Decimal 173 90 20 0 0.48 0.88 0.32 27.45 0.79 0.38
Hex AD 5A 14 0 30 58 20 1B 4F 26
Octal 255 132 24 0 60 130 40 33 117 46
Binary 10101101 1011010 10100 0 110000 1011000 100000 11011 1001111 100110

Color Harmonies of #AD5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A14

Black with #AD5A14

Text Example


Text Example

White with #AD5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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