Html Css Color HEX #AD8F60 Barley Corn

📋 copy color: '#AD8F60'

red 173 ◦ green 143 ◦ blue 96

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

Shades of Barley Corn #AD8F60

Tints of Barley Corn #AD8F60

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.71%

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

R = 41.99%
G = 34.71%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD8F60 (or 0xAD8F60) is known color: Barley Corn. HEX triplet: AD, 8F and 60. RGB value is (173,143,96). Sum of RGB (Red+Green+Blue) = 173+143+96=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F60 is #52709F. Grayscale: #929292. Windows color (decimal): -5402784 or 6328237. OLE color: 6328237.

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

Color convert

RGB 173 143 96 -
CMYK 0 0.17 0.45 0.32
HSL 36.62º 0.32% 0.53% -
HSV(B) 36.62º 0.45% 0.68% -
XYZ 29.17 29.37 15.2 -
YUV 146.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 173 143 96 0 0.17 0.45 0.32 36.62 0.32 0.53
Hex AD 8F 60 0 11 2D 20 25 20 35
Octal 255 217 140 0 21 55 40 45 40 65
Binary 10101101 10001111 1100000 0 10001 101101 100000 100101 100000 110101

Color Harmonies of #AD8F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F60

Black with #AD8F60

Text Example


Text Example

White with #AD8F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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