#AF925A

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

Shades of Barley Corn #AF925A

Tints of Barley Corn #AF925A

Color information

#AF925A (or 0xAF925A) is unknown color: approx Barley Corn. HEX triplet: AF, 92 and 5A. RGB value is (175,146,90). Sum of RGB (Red+Green+Blue) = 175+146+90=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF925A is #506DA5. Grayscale: #949494. Windows color (decimal): -5270950 or 5935791. OLE color: 5935791.

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

Color convert

RGB17514690-
CMYK00.170.490.31
HSL39.53º34.69%51.96%-
HSV(B)39.53º48.57%68.63%-
XYZ29.830.4113.97-
YUV148.2995.11147.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 90 (35.55% from 255) = 21.90%
R=42.58%
G=35.52%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751469000.170.490.3139.5334.6951.96
HexAF925A011311F282334
Octal2572221320216137504364
Binary1010111110010010101101001000111000111111101000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF925A; }

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

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

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

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

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

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

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

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