#AB935F

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

Shades of Barley Corn #AB935F

Tints of Barley Corn #AB935F

Color information

#AB935F (or 0xAB935F) is unknown color: approx Barley Corn. HEX triplet: AB, 93 and 5F. RGB value is (171,147,95). Sum of RGB (Red+Green+Blue) = 171+147+95=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB935F is #546CA0. Grayscale: #949494. Windows color (decimal): -5532833 or 6263723. OLE color: 6263723.

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

Color convert

RGB17114795-
CMYK00.140.440.33
HSL41.05º31.15%52.16%-
HSV(B)41.05º44.44%67.06%-
XYZ29.2930.3515.14-
YUV148.2597.95144.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 95 (37.5% from 255) = 23.00%
R=41.40%
G=35.59%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711479500.140.440.3341.0531.1552.16
HexAB935F0E2C21291f34
Octal2532231370165441513764
Binary101010111001001110111110111010110010000110100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB935F; }

 p { color: rgb(171,147,95); }

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

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

 a { background-color: rgb(171,147,95); }

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

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

 span { border-color: rgb(171,147,95); }

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