#AB925C

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

Shades of Barley Corn #AB925C

Tints of Barley Corn #AB925C

Color information

#AB925C (or 0xAB925C) is unknown color: approx Barley Corn. HEX triplet: AB, 92 and 5C. RGB value is (171,146,92). Sum of RGB (Red+Green+Blue) = 171+146+92=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB925C is #546DA3. Grayscale: #939393. Windows color (decimal): -5533092 or 6066859. OLE color: 6066859.

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

Color convert

RGB17114692-
CMYK00.150.460.33
HSL41.01º31.98%51.57%-
HSV(B)41.01º46.2%67.06%-
XYZ29.0129.9914.38-
YUV147.3296.78144.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.81%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=41.81%
G=35.70%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711469200.150.460.3341.0131.9851.57
HexAB925C0F2E21292034
Octal2532221340175641514064
Binary1010101110010010101110001111101110100001101001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB925C; }

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

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

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

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

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

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

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

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