#AF9061

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

Shades of Barley Corn #AF9061

Tints of Barley Corn #AF9061

Color information

#AF9061 (or 0xAF9061) is unknown color: approx Barley Corn. HEX triplet: AF, 90 and 61. RGB value is (175,144,97). Sum of RGB (Red+Green+Blue) = 175+144+97=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9061 is #506F9E. Grayscale: #949494. Windows color (decimal): -5271455 or 6394031. OLE color: 6394031.

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

Color convert

RGB17514497-
CMYK00.180.450.31
HSL36.15º32.77%53.33%-
HSV(B)36.15º44.57%68.63%-
XYZ29.8129.9215.51-
YUV147.9199.27147.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=42.07%
G=34.62%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751449700.180.450.3136.1532.7753.33
HexAF90610122D1F242135
Octal2572201410225537444165
Binary1010111110010000110000101001010110111111100100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9061; }

 p { color: rgb(175,144,97); }

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

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

 a { background-color: rgb(175,144,97); }

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

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

 span { border-color: rgb(175,144,97); }

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