#AF955D

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

Shades of Barley Corn #AF955D

Tints of Barley Corn #AF955D

Color information

#AF955D (or 0xAF955D) is unknown color: approx Barley Corn. HEX triplet: AF, 95 and 5D. RGB value is (175,149,93). Sum of RGB (Red+Green+Blue) = 175+149+93=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF955D is #506AA2. Grayscale: #969696. Windows color (decimal): -5270179 or 6133167. OLE color: 6133167.

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

Color convert

RGB17514993-
CMYK00.150.470.31
HSL40.98º33.88%52.55%-
HSV(B)40.98º46.86%68.63%-
XYZ30.431.414.81-
YUV150.3995.61145.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=41.97%
G=35.73%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751499300.150.470.3140.9833.8852.55
HexAF955D0F2F1F292235
Octal2572251350175737514265
Binary101011111001010110111010111110111111111101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF955D; }

 p { color: rgb(175,149,93); }

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

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

 a { background-color: rgb(175,149,93); }

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

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

 span { border-color: rgb(175,149,93); }

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