#AF945A

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

Shades of Barley Corn #AF945A

Tints of Barley Corn #AF945A

Color information

#AF945A (or 0xAF945A) is unknown color: approx Barley Corn. HEX triplet: AF, 94 and 5A. RGB value is (175,148,90). Sum of RGB (Red+Green+Blue) = 175+148+90=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF945A is #506BA5. Grayscale: #959595. Windows color (decimal): -5270438 or 5936303. OLE color: 5936303.

HSL color Cylindrical-coordinate representation of color #AF945A: hue angle of 40.94º 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 #AF945A is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17514890-
CMYK00.150.490.31
HSL40.94º34.69%51.96%-
HSV(B)40.94º48.57%68.63%-
XYZ30.1131.0314.08-
YUV149.4694.45146.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=42.37%
G=35.84%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751489000.150.490.3140.9434.6951.96
HexAF945A0F311F292334
Octal2572241320176137514364
Binary101011111001010010110100111111000111111101001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF945A; }

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

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

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

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

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

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

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

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