#AF9663

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

Shades of Barley Corn #AF9663

Tints of Barley Corn #AF9663

Color information

#AF9663 (or 0xAF9663) is unknown color: approx Barley Corn. HEX triplet: AF, 96 and 63. RGB value is (175,150,99). Sum of RGB (Red+Green+Blue) = 175+150+99=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9663 is #50699C. Grayscale: #979797. Windows color (decimal): -5269917 or 6526639. OLE color: 6526639.

HSL color Cylindrical-coordinate representation of color #AF9663: hue angle of 40.26º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF9663 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17515099-
CMYK00.140.430.31
HSL40.26º32.2%53.73%-
HSV(B)40.26º43.43%68.63%-
XYZ30.8431.8316.32-
YUV151.6698.28144.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 150 (58.98% from 255) = 35.38%
BLUE value IS 99 (39.06% from 255) = 23.35%
R=41.27%
G=35.38%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751509900.140.430.3140.2632.253.73
HexAF96630E2B1F282036
Octal2572261430165337504066
Binary101011111001011011000110111010101111111101000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9663; }

 p { color: rgb(175,150,99); }

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

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

 a { background-color: rgb(175,150,99); }

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

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

 span { border-color: rgb(175,150,99); }

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