Html Css Color HEX #AD5A18 Rich Gold

📋 copy color: '#AD5A18'

red 173 ◦ green 90 ◦ blue 24

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

Shades of Rich Gold #AD5A18

Tints of Rich Gold #AD5A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.36%

R = 60.28%
G = 31.36%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD5A18 (or 0xAD5A18) is known color: Rich Gold. HEX triplet: AD, 5A and 18. RGB value is (173,90,24). Sum of RGB (Red+Green+Blue) = 173+90+24=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5A18 is #52A5E7. Grayscale: #6B6B6B. Windows color (decimal): -5416424 or 1596077. OLE color: 1596077.

HSL color Cylindrical-coordinate representation of color #AD5A18: hue angle of 26.58º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD5A18 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 90 24 -
CMYK 0 0.48 0.86 0.32
HSL 26.58º 0.76% 0.39% -
HSV(B) 26.58º 0.86% 0.68% -
XYZ 21.05 16.26 2.89 -
YUV 107.29 81 174.87 -
System Red Green Blue C M Y K H S L
Decimal 173 90 24 0 0.48 0.86 0.32 26.58 0.76 0.39
Hex AD 5A 18 0 30 56 20 1B 4C 27
Octal 255 132 30 0 60 126 40 33 114 47
Binary 10101101 1011010 11000 0 110000 1010110 100000 11011 1001100 100111

Color Harmonies of #AD5A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A18

Black with #AD5A18

Text Example


Text Example

White with #AD5A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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