Html Css Color HEX #AF9858 Husk

📋 copy color: '#AF9858'

red 175 ◦ green 152 ◦ blue 88

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

Shades of Husk #AF9858

Tints of Husk #AF9858

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.63%

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

R = 42.17%
G = 36.63%
B = 21.2%

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

#AF9858 (or 0xAF9858) is known color: Husk. HEX triplet: AF, 98 and 58. RGB value is (175,152,88). Sum of RGB (Red+Green+Blue) = 175+152+88=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9858 is #5067A7. Grayscale: #979797. Windows color (decimal): -5269416 or 5806255. OLE color: 5806255.

HSL color Cylindrical-coordinate representation of color #AF9858: hue angle of 44.14º 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 #AF9858 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 152 88 -
CMYK 0 0.13 0.50 0.31
HSL 44.14º 0.35% 0.52% -
HSV(B) 44.14º 0.5% 0.69% -
XYZ 30.67 32.28 13.85 -
YUV 151.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 175 152 88 0 0.13 0.50 0.31 44.14 0.35 0.52
Hex AF 98 58 0 D 32 1F 2C 23 34
Octal 257 230 130 0 15 62 37 54 43 64
Binary 10101111 10011000 1011000 0 1101 110010 11111 101100 100011 110100

Color Harmonies of #AF9858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9858

Black with #AF9858

Text Example


Text Example

White with #AF9858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9858; }

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

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

background-color css

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

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

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

border-color css

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

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

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