Html Css Color HEX #AD571D Rich Gold

📋 copy color: '#AD571D'

red 173 ◦ green 87 ◦ blue 29

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

Shades of Rich Gold #AD571D

Tints of Rich Gold #AD571D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 59.86%
G = 30.1%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD571D (or 0xAD571D) is known color: Rich Gold. HEX triplet: AD, 57 and 1D. RGB value is (173,87,29). Sum of RGB (Red+Green+Blue) = 173+87+29=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD571D is #52A8E2. Grayscale: #6A6A6A. Windows color (decimal): -5417187 or 1922989. OLE color: 1922989.

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

Color convert

RGB 173 87 29 -
CMYK 0 0.50 0.83 0.32
HSL 24.17º 0.71% 0.4% -
HSV(B) 24.17º 0.83% 0.68% -
XYZ 20.86 15.79 3.11 -
YUV 106.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 173 87 29 0 0.50 0.83 0.32 24.17 0.71 0.4
Hex AD 57 1D 0 32 53 20 18 47 28
Octal 255 127 35 0 62 123 40 30 107 50
Binary 10101101 1010111 11101 0 110010 1010011 100000 11000 1000111 101000

Color Harmonies of #AD571D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD571D

Black with #AD571D

Text Example


Text Example

White with #AD571D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD571D; }

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

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

background-color css

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

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

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

border-color css

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

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

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