#AF935A

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

Shades of Barley Corn #AF935A

Tints of Barley Corn #AF935A

Color information

#AF935A (or 0xAF935A) is unknown color: approx Barley Corn. HEX triplet: AF, 93 and 5A. RGB value is (175,147,90). Sum of RGB (Red+Green+Blue) = 175+147+90=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF935A is #506CA5. Grayscale: #959595. Windows color (decimal): -5270694 or 5936047. OLE color: 5936047.

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

Color convert

RGB17514790-
CMYK00.160.490.31
HSL40.24º34.69%51.96%-
HSV(B)40.24º48.57%68.63%-
XYZ29.9630.7214.02-
YUV148.8794.78146.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=42.48%
G=35.68%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751479000.160.490.3140.2434.6951.96
HexAF935A010311F282334
Octal2572231320206137504364
Binary1010111110010011101101001000011000111111101000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF935A; }

 p { color: rgb(175,147,90); }

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

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

 a { background-color: rgb(175,147,90); }

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

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

 span { border-color: rgb(175,147,90); }

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