#AF976B

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

Shades of Barley Corn #AF976B

Tints of Barley Corn #AF976B

Color information

#AF976B (or 0xAF976B) is unknown color: approx Barley Corn. HEX triplet: AF, 97 and 6B. RGB value is (175,151,107). Sum of RGB (Red+Green+Blue) = 175+151+107=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF976B is #506894. Grayscale: #999999. Windows color (decimal): -5269653 or 7051183. OLE color: 7051183.

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

Color convert

RGB175151107-
CMYK00.140.390.31
HSL38.82º29.82%55.29%-
HSV(B)38.82º38.86%68.63%-
XYZ31.432.3118.49-
YUV153.16101.95143.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 107 (42.19% from 255) = 24.71%
R=40.42%
G=34.87%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515110700.140.390.3138.8229.8255.29
HexAF976B0E271F271e37
Octal2572271530164737473667
Binary10101111100101111101011011101001111111110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF976B; }

 p { color: rgb(175,151,107); }

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

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

 a { background-color: rgb(175,151,107); }

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

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

 span { border-color: rgb(175,151,107); }

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