Html Css Color HEX #AF9957 Husk

📋 copy color: '#AF9957'

red 175 ◦ green 153 ◦ blue 87

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

Shades of Husk #AF9957

Tints of Husk #AF9957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.96%

R = 42.17%
G = 36.87%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF9957 (or 0xAF9957) is known color: Husk. HEX triplet: AF, 99 and 57. RGB value is (175,153,87). Sum of RGB (Red+Green+Blue) = 175+153+87=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9957 is #5066A8. Grayscale: #989898. Windows color (decimal): -5269161 or 5740975. OLE color: 5740975.

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

Color convert

RGB 175 153 87 -
CMYK 0 0.13 0.50 0.31
HSL 45º 0.35% 0.51% -
HSV(B) 45º 0.5% 0.69% -
XYZ 30.79 32.58 13.68 -
YUV 152.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 175 153 87 0 0.13 0.50 0.31 45 0.35 0.51
Hex AF 99 57 0 D 32 1F 2D 23 33
Octal 257 231 127 0 15 62 37 55 43 63
Binary 10101111 10011001 1010111 0 1101 110010 11111 101101 100011 110011

Color Harmonies of #AF9957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9957

Black with #AF9957

Text Example


Text Example

White with #AF9957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9957; }

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

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

background-color css

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

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

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

border-color css

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

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

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