#AF945B

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

Shades of Barley Corn #AF945B

Tints of Barley Corn #AF945B

Color information

#AF945B (or 0xAF945B) is unknown color: approx Barley Corn. HEX triplet: AF, 94 and 5B. RGB value is (175,148,91). Sum of RGB (Red+Green+Blue) = 175+148+91=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF945B is #506BA4. Grayscale: #959595. Windows color (decimal): -5270437 or 6001839. OLE color: 6001839.

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

Color convert

RGB17514891-
CMYK00.150.480.31
HSL40.71º34.43%52.16%-
HSV(B)40.71º48%68.63%-
XYZ30.1631.0514.3-
YUV149.5794.95146.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 91 (35.94% from 255) = 21.98%
R=42.27%
G=35.75%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751489100.150.480.3140.7134.4352.16
HexAF945B0F301F292234
Octal2572241330176037514264
Binary101011111001010010110110111111000011111101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF945B; }

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

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

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

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

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

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

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

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