#AA925C

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

Shades of Barley Corn #AA925C

Tints of Barley Corn #AA925C

Color information

#AA925C (or 0xAA925C) is unknown color: approx Barley Corn. HEX triplet: AA, 92 and 5C. RGB value is (170,146,92). Sum of RGB (Red+Green+Blue) = 170+146+92=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA925C is #556DA3. Grayscale: #939393. Windows color (decimal): -5598628 or 6066858. OLE color: 6066858.

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

Color convert

RGB17014692-
CMYK00.140.460.33
HSL41.54º31.45%51.37%-
HSV(B)41.54º45.88%66.67%-
XYZ28.7929.8814.37-
YUV147.0296.95144.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=41.67%
G=35.78%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701469200.140.460.3341.5431.4551.37
HexAA925C0E2E212a1f33
Octal2522221340165641523763
Binary101010101001001010111000111010111010000110101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA925C; }

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

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

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

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

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

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

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

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