#AF954D

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

Shades of Husk #AF954D

Tints of Husk #AF954D

Color information

#AF954D (or 0xAF954D) is unknown color: approx Husk. HEX triplet: AF, 95 and 4D. RGB value is (175,149,77). Sum of RGB (Red+Green+Blue) = 175+149+77=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF954D is #506AB2. Grayscale: #949494. Windows color (decimal): -5270195 or 5084591. OLE color: 5084591.

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

Color convert

RGB17514977-
CMYK00.150.560.31
HSL44.08º38.89%49.41%-
HSV(B)44.08º56%68.63%-
XYZ29.7731.1411.46-
YUV148.5787.61146.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 77 (30.47% from 255) = 19.20%
R=43.64%
G=37.16%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751497700.150.560.3144.0838.8949.41
HexAF954D0F381F2c2731
Octal2572251150177037544761
Binary101011111001010110011010111111100011111101100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF954D; }

 p { color: rgb(175,149,77); }

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

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

 a { background-color: rgb(175,149,77); }

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

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

 span { border-color: rgb(175,149,77); }

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