#AB975E

Color #AB975E Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #AB975E

Tints of Barley Corn #AB975E

Color information

#AB975E (or 0xAB975E) is unknown color: approx Barley Corn. HEX triplet: AB, 97 and 5E. RGB value is (171,151,94). Sum of RGB (Red+Green+Blue) = 171+151+94=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB975E is #5468A1. Grayscale: #969696. Windows color (decimal): -5531810 or 6199211. OLE color: 6199211.

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

Color convert

RGB17115194-
CMYK00.120.450.33
HSL44.42º31.43%51.96%-
HSV(B)44.42º45.03%67.06%-
XYZ29.8831.615.11-
YUV150.4896.13142.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 151 (59.38% from 255) = 36.30%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=41.11%
G=36.30%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711519400.120.450.3344.4231.4351.96
HexAB975E0C2D212c1f34
Octal2532271360145541543764
Binary101010111001011110111100110010110110000110110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB975E; }

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

 H1.HeaderClassName
 {
   color: #AB975E;
 }
 .AnyTagClassName
 {
   color: #AB975E;
 }
</style>
background-color css

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

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

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

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

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

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