#AB925B

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

Shades of Barley Corn #AB925B

Tints of Barley Corn #AB925B

Color information

#AB925B (or 0xAB925B) is unknown color: approx Barley Corn. HEX triplet: AB, 92 and 5B. RGB value is (171,146,91). Sum of RGB (Red+Green+Blue) = 171+146+91=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB925B is #546DA4. Grayscale: #939393. Windows color (decimal): -5533093 or 6001323. OLE color: 6001323.

HSL color Cylindrical-coordinate representation of color #AB925B: hue angle of 41.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB925B is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17114691-
CMYK00.150.470.33
HSL41.25º32.26%51.37%-
HSV(B)41.25º46.78%67.06%-
XYZ28.9629.9714.16-
YUV147.296.28144.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 91 (35.94% from 255) = 22.30%
R=41.91%
G=35.78%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711469100.150.470.3341.2532.2651.37
HexAB925B0F2F21292033
Octal2532221330175741514063
Binary1010101110010010101101101111101111100001101001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB925B; }

 p { color: rgb(171,146,91); }

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

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

 a { background-color: rgb(171,146,91); }

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

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

 span { border-color: rgb(171,146,91); }

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