Html Css Color HEX #AD8D60 Barley Corn

📋 copy color: '#AD8D60'

red 173 ◦ green 141 ◦ blue 96

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

Shades of Barley Corn #AD8D60

Tints of Barley Corn #AD8D60

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

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

R = 42.2%
G = 34.39%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD8D60 (or 0xAD8D60) is known color: Barley Corn. HEX triplet: AD, 8D and 60. RGB value is (173,141,96). Sum of RGB (Red+Green+Blue) = 173+141+96=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D60 is #52729F. Grayscale: #919191. Windows color (decimal): -5403296 or 6327725. OLE color: 6327725.

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

Color convert

RGB 173 141 96 -
CMYK 0 0.18 0.45 0.32
HSL 35.06º 0.32% 0.53% -
HSV(B) 35.06º 0.45% 0.68% -
XYZ 28.87 28.78 15.1 -
YUV 145.44 100.1 147.66 -
System Red Green Blue C M Y K H S L
Decimal 173 141 96 0 0.18 0.45 0.32 35.06 0.32 0.53
Hex AD 8D 60 0 12 2D 20 23 20 35
Octal 255 215 140 0 22 55 40 43 40 65
Binary 10101101 10001101 1100000 0 10010 101101 100000 100011 100000 110101

Color Harmonies of #AD8D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D60

Black with #AD8D60

Text Example


Text Example

White with #AD8D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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