Html Css Color HEX #AD5318 Rich Gold

📋 copy color: '#AD5318'

red 173 ◦ green 83 ◦ blue 24

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

Shades of Rich Gold #AD5318

Tints of Rich Gold #AD5318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

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

R = 61.79%
G = 29.64%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD5318 (or 0xAD5318) is known color: Rich Gold. HEX triplet: AD, 53 and 18. RGB value is (173,83,24). Sum of RGB (Red+Green+Blue) = 173+83+24=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5318 is #52ACE7. Grayscale: #676767. Windows color (decimal): -5418216 or 1594285. OLE color: 1594285.

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

Color convert

RGB 173 83 24 -
CMYK 0 0.52 0.86 0.32
HSL 23.76º 0.76% 0.39% -
HSV(B) 23.76º 0.86% 0.68% -
XYZ 20.49 15.14 2.71 -
YUV 103.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 173 83 24 0 0.52 0.86 0.32 23.76 0.76 0.39
Hex AD 53 18 0 34 56 20 18 4C 27
Octal 255 123 30 0 64 126 40 30 114 47
Binary 10101101 1010011 11000 0 110100 1010110 100000 11000 1001100 100111

Color Harmonies of #AD5318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5318

Black with #AD5318

Text Example


Text Example

White with #AD5318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5318; }

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

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

background-color css

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

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

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

border-color css

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

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

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