#AF914E

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

Shades of Husk #AF914E

Tints of Husk #AF914E

Color information

#AF914E (or 0xAF914E) is unknown color: approx Husk. HEX triplet: AF, 91 and 4E. RGB value is (175,145,78). Sum of RGB (Red+Green+Blue) = 175+145+78=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF914E is #506EB1. Grayscale: #929292. Windows color (decimal): -5271218 or 5149103. OLE color: 5149103.

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

Color convert

RGB17514578-
CMYK00.170.550.31
HSL41.44º38.34%49.61%-
HSV(B)41.44º55.43%68.63%-
XYZ29.1829.9111.44-
YUV146.3389.44148.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 78 (30.86% from 255) = 19.60%
R=43.97%
G=36.43%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751457800.170.550.3141.4438.3449.61
HexAF914E011371F292632
Octal2572211160216737514662
Binary1010111110010001100111001000111011111111101001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF914E; }

 p { color: rgb(175,145,78); }

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

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

 a { background-color: rgb(175,145,78); }

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

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

 span { border-color: rgb(175,145,78); }

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