Html Css Color HEX #AD9560 Barley Corn

📋 copy color: '#AD9560'

red 173 ◦ green 149 ◦ blue 96

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

Shades of Barley Corn #AD9560

Tints of Barley Corn #AD9560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.65%

 BLUE value IS 96 (37.89% from 255) = 22.97%

R = 41.39%
G = 35.65%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD9560 (or 0xAD9560) is known color: Barley Corn. HEX triplet: AD, 95 and 60. RGB value is (173,149,96). Sum of RGB (Red+Green+Blue) = 173+149+96=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9560 is #526A9F. Grayscale: #969696. Windows color (decimal): -5401248 or 6329773. OLE color: 6329773.

HSL color Cylindrical-coordinate representation of color #AD9560: hue angle of 41.3º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD9560 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 149 96 -
CMYK 0 0.14 0.45 0.32
HSL 41.3º 0.32% 0.53% -
HSV(B) 41.3º 0.45% 0.68% -
XYZ 30.09 31.22 15.51 -
YUV 150.13 97.45 144.31 -
System Red Green Blue C M Y K H S L
Decimal 173 149 96 0 0.14 0.45 0.32 41.3 0.32 0.53
Hex AD 95 60 0 E 2D 20 29 20 35
Octal 255 225 140 0 16 55 40 51 40 65
Binary 10101101 10010101 1100000 0 1110 101101 100000 101001 100000 110101

Color Harmonies of #AD9560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9560

Black with #AD9560

Text Example


Text Example

White with #AD9560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9560; }

 p { color: rgb(173,149,96); }

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

background-color css

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

 a { background-color: rgb(173,149,96); }

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

border-color css

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

 span { border-color: rgb(173,149,96); }

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