#AF9469

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

Shades of Barley Corn #AF9469

Tints of Barley Corn #AF9469

Color information

#AF9469 (or 0xAF9469) is unknown color: approx Barley Corn. HEX triplet: AF, 94 and 69. RGB value is (175,148,105). Sum of RGB (Red+Green+Blue) = 175+148+105=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9469 is #506B96. Grayscale: #979797. Windows color (decimal): -5270423 or 6919343. OLE color: 6919343.

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

Color convert

RGB175148105-
CMYK00.150.400.31
HSL36.86º30.43%54.9%-
HSV(B)36.86º40%68.63%-
XYZ30.8231.3117.78-
YUV151.17101.95145-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 148 (58.20% from 255) = 34.58%
BLUE value IS 105 (41.41% from 255) = 24.53%
R=40.89%
G=34.58%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514810500.150.400.3136.8630.4354.9
HexAF94690F281F251e37
Octal2572241510175037453667
Binary10101111100101001101001011111010001111110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9469; }

 p { color: rgb(175,148,105); }

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

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

 a { background-color: rgb(175,148,105); }

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

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

 span { border-color: rgb(175,148,105); }

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