#AF9B5B

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

Shades of Husk #AF9B5B

Tints of Husk #AF9B5B

Color information

#AF9B5B (or 0xAF9B5B) is unknown color: approx Husk. HEX triplet: AF, 9B and 5B. RGB value is (175,155,91). Sum of RGB (Red+Green+Blue) = 175+155+91=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B5B is #5064A4. Grayscale: #999999. Windows color (decimal): -5268645 or 6003631. OLE color: 6003631.

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

Color convert

RGB17515591-
CMYK00.110.480.31
HSL45.71º34.43%52.16%-
HSV(B)45.71º48%68.63%-
XYZ31.2933.3114.68-
YUV153.6892.63143.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 91 (35.94% from 255) = 21.62%
R=41.57%
G=36.82%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751559100.110.480.3145.7134.4352.16
HexAF9B5B0B301F2e2234
Octal2572331330136037564264
Binary101011111001101110110110101111000011111101110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B5B; }

 p { color: rgb(175,155,91); }

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

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

 a { background-color: rgb(175,155,91); }

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

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

 span { border-color: rgb(175,155,91); }

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