Html Css Color HEX #AD561F Rich Gold

📋 copy color: '#AD561F'

red 173 ◦ green 86 ◦ blue 31

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

Shades of Rich Gold #AD561F

Tints of Rich Gold #AD561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.66%

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

R = 59.66%
G = 29.66%
B = 10.69%

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

#AD561F (or 0xAD561F) is known color: Rich Gold. HEX triplet: AD, 56 and 1F. RGB value is (173,86,31). Sum of RGB (Red+Green+Blue) = 173+86+31=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD561F is #52A9E0. Grayscale: #6A6A6A. Windows color (decimal): -5417441 or 2053805. OLE color: 2053805.

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

Color convert

RGB 173 86 31 -
CMYK 0 0.50 0.82 0.32
HSL 23.24º 0.7% 0.4% -
HSV(B) 23.24º 0.82% 0.68% -
XYZ 20.81 15.64 3.22 -
YUV 105.74 85.82 175.97 -
System Red Green Blue C M Y K H S L
Decimal 173 86 31 0 0.50 0.82 0.32 23.24 0.7 0.4
Hex AD 56 1F 0 32 52 20 17 46 28
Octal 255 126 37 0 62 122 40 27 106 50
Binary 10101101 1010110 11111 0 110010 1010010 100000 10111 1000110 101000

Color Harmonies of #AD561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD561F

Black with #AD561F

Text Example


Text Example

White with #AD561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD561F; }

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

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

background-color css

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

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

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

border-color css

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

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

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