Html Css Color HEX #AB8F5E Barley Corn

📋 copy color: '#AB8F5E'

red 171 ◦ green 143 ◦ blue 94

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

Shades of Barley Corn #AB8F5E

Tints of Barley Corn #AB8F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.04%

R = 41.91%
G = 35.05%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB8F5E (or 0xAB8F5E) is known color: Barley Corn. HEX triplet: AB, 8F and 5E. RGB value is (171,143,94). Sum of RGB (Red+Green+Blue) = 171+143+94=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F5E is #5470A1. Grayscale: #929292. Windows color (decimal): -5533858 or 6197163. OLE color: 6197163.

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

Color convert

RGB 171 143 94 -
CMYK 0 0.16 0.45 0.33
HSL 38.18º 0.31% 0.52% -
HSV(B) 38.18º 0.45% 0.67% -
XYZ 28.64 29.11 14.7 -
YUV 145.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 171 143 94 0 0.16 0.45 0.33 38.18 0.31 0.52
Hex AB 8F 5E 0 10 2D 21 26 1F 34
Octal 253 217 136 0 20 55 41 46 37 64
Binary 10101011 10001111 1011110 0 10000 101101 100001 100110 11111 110100

Color Harmonies of #AB8F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F5E

Black with #AB8F5E

Text Example


Text Example

White with #AB8F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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