#AF925C

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

Shades of Barley Corn #AF925C

Tints of Barley Corn #AF925C

Color information

#AF925C (or 0xAF925C) is unknown color: approx Barley Corn. HEX triplet: AF, 92 and 5C. RGB value is (175,146,92). Sum of RGB (Red+Green+Blue) = 175+146+92=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF925C is #506DA3. Grayscale: #949494. Windows color (decimal): -5270948 or 6066863. OLE color: 6066863.

HSL color Cylindrical-coordinate representation of color #AF925C: hue angle of 39.04º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF925C is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17514692-
CMYK00.170.470.31
HSL39.04º34.16%52.35%-
HSV(B)39.04º47.43%68.63%-
XYZ29.8930.4414.43-
YUV148.5196.11146.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 92 (36.33% from 255) = 22.28%
R=42.37%
G=35.35%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751469200.170.470.3139.0434.1652.35
HexAF925C0112F1F272234
Octal2572221340215737474264
Binary1010111110010010101110001000110111111111100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF925C; }

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

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

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

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

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

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

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

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