Html Css Color HEX #AF9958 Husk

📋 copy color: '#AF9958'

red 175 ◦ green 153 ◦ blue 88

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

Shades of Husk #AF9958

Tints of Husk #AF9958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.15%

R = 42.07%
G = 36.78%
B = 21.15%

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

#AF9958 (or 0xAF9958) is known color: Husk. HEX triplet: AF, 99 and 58. RGB value is (175,153,88). Sum of RGB (Red+Green+Blue) = 175+153+88=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9958 is #5066A7. Grayscale: #989898. Windows color (decimal): -5269160 or 5806511. OLE color: 5806511.

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

Color convert

RGB 175 153 88 -
CMYK 0 0.13 0.50 0.31
HSL 44.83º 0.35% 0.52% -
HSV(B) 44.83º 0.5% 0.69% -
XYZ 30.83 32.6 13.9 -
YUV 152.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 175 153 88 0 0.13 0.50 0.31 44.83 0.35 0.52
Hex AF 99 58 0 D 32 1F 2D 23 34
Octal 257 231 130 0 15 62 37 55 43 64
Binary 10101111 10011001 1011000 0 1101 110010 11111 101101 100011 110100

Color Harmonies of #AF9958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9958

Black with #AF9958

Text Example


Text Example

White with #AF9958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9958; }

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

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

background-color css

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

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

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

border-color css

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

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

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