Html Css Color HEX #AD5A1D Rich Gold

📋 copy color: '#AD5A1D'

red 173 ◦ green 90 ◦ blue 29

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

Shades of Rich Gold #AD5A1D

Tints of Rich Gold #AD5A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.93%

R = 59.25%
G = 30.82%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD5A1D (or 0xAD5A1D) is known color: Rich Gold. HEX triplet: AD, 5A and 1D. RGB value is (173,90,29). Sum of RGB (Red+Green+Blue) = 173+90+29=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A1D is #52A5E2. Grayscale: #6C6C6C. Windows color (decimal): -5416419 or 1923757. OLE color: 1923757.

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

Color convert

RGB 173 90 29 -
CMYK 0 0.48 0.83 0.32
HSL 25.42º 0.71% 0.4% -
HSV(B) 25.42º 0.83% 0.68% -
XYZ 21.11 16.29 3.19 -
YUV 107.86 83.5 174.46 -
System Red Green Blue C M Y K H S L
Decimal 173 90 29 0 0.48 0.83 0.32 25.42 0.71 0.4
Hex AD 5A 1D 0 30 53 20 19 47 28
Octal 255 132 35 0 60 123 40 31 107 50
Binary 10101101 1011010 11101 0 110000 1010011 100000 11001 1000111 101000

Color Harmonies of #AD5A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A1D

Black with #AD5A1D

Text Example


Text Example

White with #AD5A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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