Html Css Color HEX #AB8F60 Barley Corn

📋 copy color: '#AB8F60'

red 171 ◦ green 143 ◦ blue 96

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

Shades of Barley Corn #AB8F60

Tints of Barley Corn #AB8F60

RGB

 RED value IS 171 (67.19% from 255) = 41.71%

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

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

R = 41.71%
G = 34.88%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB8F60 (or 0xAB8F60) is known color: Barley Corn. HEX triplet: AB, 8F and 60. RGB value is (171,143,96). Sum of RGB (Red+Green+Blue) = 171+143+96=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F60 is #54709F. Grayscale: #929292. Windows color (decimal): -5533856 or 6328235. OLE color: 6328235.

HSL color Cylindrical-coordinate representation of color #AB8F60: hue angle of 37.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8F60 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 143 96 -
CMYK 0 0.16 0.44 0.33
HSL 37.6º 0.31% 0.52% -
HSV(B) 37.6º 0.44% 0.67% -
XYZ 28.73 29.15 15.18 -
YUV 146.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 171 143 96 0 0.16 0.44 0.33 37.6 0.31 0.52
Hex AB 8F 60 0 10 2C 21 26 1F 34
Octal 253 217 140 0 20 54 41 46 37 64
Binary 10101011 10001111 1100000 0 10000 101100 100001 100110 11111 110100

Color Harmonies of #AB8F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F60

Black with #AB8F60

Text Example


Text Example

White with #AB8F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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