Html Css Color HEX #AD571F Rich Gold

📋 copy color: '#AD571F'

red 173 ◦ green 87 ◦ blue 31

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

Shades of Rich Gold #AD571F

Tints of Rich Gold #AD571F

RGB

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

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

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

R = 59.45%
G = 29.9%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD571F (or 0xAD571F) is known color: Rich Gold. HEX triplet: AD, 57 and 1F. RGB value is (173,87,31). Sum of RGB (Red+Green+Blue) = 173+87+31=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD571F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD571F is #52A8E0. Grayscale: #6A6A6A. Windows color (decimal): -5417185 or 2054061. OLE color: 2054061.

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

Color convert

RGB 173 87 31 -
CMYK 0 0.50 0.82 0.32
HSL 23.66º 0.7% 0.4% -
HSV(B) 23.66º 0.82% 0.68% -
XYZ 20.89 15.8 3.24 -
YUV 106.33 85.49 175.55 -
System Red Green Blue C M Y K H S L
Decimal 173 87 31 0 0.50 0.82 0.32 23.66 0.7 0.4
Hex AD 57 1F 0 32 52 20 18 46 28
Octal 255 127 37 0 62 122 40 30 106 50
Binary 10101101 1010111 11111 0 110010 1010010 100000 11000 1000110 101000

Color Harmonies of #AD571F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD571F

Black with #AD571F

Text Example


Text Example

White with #AD571F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD571F; }

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

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

background-color css

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

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

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

border-color css

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

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

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