Html Css Color HEX #AF9959 Husk

📋 copy color: '#AF9959'

red 175 ◦ green 153 ◦ blue 89

#AF9959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #AF9959

Tints of Husk #AF9959

RGB

 RED value IS 175 (68.75% from 255) = 41.97%

 GREEN value IS 153 (60.16% from 255) = 36.69%

 BLUE value IS 89 (35.16% from 255) = 21.34%

R = 41.97%
G = 36.69%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF9959 (or 0xAF9959) is known color: Husk. HEX triplet: AF, 99 and 59. RGB value is (175,153,89). Sum of RGB (Red+Green+Blue) = 175+153+89=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9959 is #5066A6. Grayscale: #989898. Windows color (decimal): -5269159 or 5872047. OLE color: 5872047.

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

Color convert

RGB 175 153 89 -
CMYK 0 0.13 0.49 0.31
HSL 44.65º 0.35% 0.52% -
HSV(B) 44.65º 0.49% 0.69% -
XYZ 30.87 32.62 14.12 -
YUV 152.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 175 153 89 0 0.13 0.49 0.31 44.65 0.35 0.52
Hex AF 99 59 0 D 31 1F 2D 23 34
Octal 257 231 131 0 15 61 37 55 43 64
Binary 10101111 10011001 1011001 0 1101 110001 11111 101101 100011 110100

Color Harmonies of #AF9959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9959

Black with #AF9959

Text Example


Text Example

White with #AF9959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9959; }

 p { color: rgb(175,153,89); }

 H1.HeaderClassName
 {
   color: #AF9959;
 }
 .AnyTagClassName
 {
   color: #AF9959;
 }
</style>

background-color css

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

 a { background-color: rgb(175,153,89); }

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

border-color css

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

 span { border-color: rgb(175,153,89); }

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