Html Css Color HEX #AD9C60 Barley Corn

📋 copy color: '#AD9C60'

red 173 ◦ green 156 ◦ blue 96

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

Shades of Barley Corn #AD9C60

Tints of Barley Corn #AD9C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.71%

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

R = 40.71%
G = 36.71%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD9C60 (or 0xAD9C60) is known color: Barley Corn. HEX triplet: AD, 9C and 60. RGB value is (173,156,96). Sum of RGB (Red+Green+Blue) = 173+156+96=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C60 is #52639F. Grayscale: #9A9A9A. Windows color (decimal): -5399456 or 6331565. OLE color: 6331565.

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

Color convert

RGB 173 156 96 -
CMYK 0 0.10 0.45 0.32
HSL 46.75º 0.32% 0.53% -
HSV(B) 46.75º 0.45% 0.68% -
XYZ 31.23 33.51 15.89 -
YUV 154.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 173 156 96 0 0.10 0.45 0.32 46.75 0.32 0.53
Hex AD 9C 60 0 A 2D 20 2F 20 35
Octal 255 234 140 0 12 55 40 57 40 65
Binary 10101101 10011100 1100000 0 1010 101101 100000 101111 100000 110101

Color Harmonies of #AD9C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C60

Black with #AD9C60

Text Example


Text Example

White with #AD9C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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