#AF9268

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

Shades of Barley Corn #AF9268

Tints of Barley Corn #AF9268

Color information

#AF9268 (or 0xAF9268) is unknown color: approx Barley Corn. HEX triplet: AF, 92 and 68. RGB value is (175,146,104). Sum of RGB (Red+Green+Blue) = 175+146+104=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9268 is #506D97. Grayscale: #969696. Windows color (decimal): -5270936 or 6853295. OLE color: 6853295.

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

Color convert

RGB175146104-
CMYK00.170.410.31
HSL35.49º30.74%54.71%-
HSV(B)35.49º40.57%68.63%-
XYZ30.4630.6717.41-
YUV149.88102.11145.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=41.18%
G=34.35%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514610400.170.410.3135.4930.7454.71
HexAF9268011291F231f37
Octal2572221500215137433767
Binary101011111001001011010000100011010011111110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9268; }

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

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

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

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

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

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

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

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