#AF9364

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

Shades of Barley Corn #AF9364

Tints of Barley Corn #AF9364

Color information

#AF9364 (or 0xAF9364) is unknown color: approx Barley Corn. HEX triplet: AF, 93 and 64. RGB value is (175,147,100). Sum of RGB (Red+Green+Blue) = 175+147+100=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9364 is #506C9B. Grayscale: #969696. Windows color (decimal): -5270684 or 6591407. OLE color: 6591407.

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

Color convert

RGB175147100-
CMYK00.160.430.31
HSL37.6º31.91%53.92%-
HSV(B)37.6º42.86%68.63%-
XYZ30.4130.916.42-
YUV150.0199.78145.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=41.47%
G=34.83%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514710000.160.430.3137.631.9153.92
HexAF93640102B1F262036
Octal2572231440205337464066
Binary1010111110010011110010001000010101111111100110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9364; }

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

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

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

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

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

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

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

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