Html Css Color HEX #AD571C Rich Gold

📋 copy color: '#AD571C'

red 173 ◦ green 87 ◦ blue 28

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

Shades of Rich Gold #AD571C

Tints of Rich Gold #AD571C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.72%

R = 60.07%
G = 30.21%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD571C (or 0xAD571C) is known color: Rich Gold. HEX triplet: AD, 57 and 1C. RGB value is (173,87,28). Sum of RGB (Red+Green+Blue) = 173+87+28=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD571C is #52A8E3. Grayscale: #6A6A6A. Windows color (decimal): -5417188 or 1857453. OLE color: 1857453.

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

Color convert

RGB 173 87 28 -
CMYK 0 0.50 0.84 0.32
HSL 24.41º 0.72% 0.39% -
HSV(B) 24.41º 0.84% 0.68% -
XYZ 20.85 15.78 3.05 -
YUV 105.99 83.99 175.8 -
System Red Green Blue C M Y K H S L
Decimal 173 87 28 0 0.50 0.84 0.32 24.41 0.72 0.39
Hex AD 57 1C 0 32 54 20 18 48 27
Octal 255 127 34 0 62 124 40 30 110 47
Binary 10101101 1010111 11100 0 110010 1010100 100000 11000 1001000 100111

Color Harmonies of #AD571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD571C

Black with #AD571C

Text Example


Text Example

White with #AD571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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