Html Css Color HEX #AD9960 Barley Corn

📋 copy color: '#AD9960'

red 173 ◦ green 153 ◦ blue 96

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

Shades of Barley Corn #AD9960

Tints of Barley Corn #AD9960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

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

R = 41%
G = 36.26%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD9960 (or 0xAD9960) is known color: Barley Corn. HEX triplet: AD, 99 and 60. RGB value is (173,153,96). Sum of RGB (Red+Green+Blue) = 173+153+96=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9960 is #52669F. Grayscale: #989898. Windows color (decimal): -5400224 or 6330797. OLE color: 6330797.

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

Color convert

RGB 173 153 96 -
CMYK 0 0.12 0.45 0.32
HSL 44.42º 0.32% 0.53% -
HSV(B) 44.42º 0.45% 0.68% -
XYZ 30.74 32.51 15.72 -
YUV 152.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 173 153 96 0 0.12 0.45 0.32 44.42 0.32 0.53
Hex AD 99 60 0 C 2D 20 2C 20 35
Octal 255 231 140 0 14 55 40 54 40 65
Binary 10101101 10011001 1100000 0 1100 101101 100000 101100 100000 110101

Color Harmonies of #AD9960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9960

Black with #AD9960

Text Example


Text Example

White with #AD9960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9960; }

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

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

background-color css

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

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

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

border-color css

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

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

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