Html Css Color HEX #AD5D1F Rich Gold

📋 copy color: '#AD5D1F'

red 173 ◦ green 93 ◦ blue 31

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

Shades of Rich Gold #AD5D1F

Tints of Rich Gold #AD5D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.31%

 BLUE value IS 31 (12.5% from 255) = 10.44%

R = 58.25%
G = 31.31%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD5D1F (or 0xAD5D1F) is known color: Rich Gold. HEX triplet: AD, 5D and 1F. RGB value is (173,93,31). Sum of RGB (Red+Green+Blue) = 173+93+31=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D1F is #52A2E0. Grayscale: #6E6E6E. Windows color (decimal): -5415649 or 2055597. OLE color: 2055597.

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

Color convert

RGB 173 93 31 -
CMYK 0 0.46 0.82 0.32
HSL 26.2º 0.7% 0.4% -
HSV(B) 26.2º 0.82% 0.68% -
XYZ 21.4 16.81 3.41 -
YUV 109.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 173 93 31 0 0.46 0.82 0.32 26.2 0.7 0.4
Hex AD 5D 1F 0 2E 52 20 1A 46 28
Octal 255 135 37 0 56 122 40 32 106 50
Binary 10101101 1011101 11111 0 101110 1010010 100000 11010 1000110 101000

Color Harmonies of #AD5D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D1F

Black with #AD5D1F

Text Example


Text Example

White with #AD5D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D1F; }

 p { color: rgb(173,93,31); }

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

background-color css

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

 a { background-color: rgb(173,93,31); }

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

border-color css

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

 span { border-color: rgb(173,93,31); }

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