Html Css Color HEX #A89958 Husk

📋 copy color: '#A89958'

red 168 ◦ green 153 ◦ blue 88

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

Shades of Husk #A89958

Tints of Husk #A89958

RGB

 RED value IS 168 (66.02% from 255) = 41.08%

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

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

R = 41.08%
G = 37.41%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A89958 (or 0xA89958) is known color: Husk. HEX triplet: A8, 99 and 58. RGB value is (168,153,88). Sum of RGB (Red+Green+Blue) = 168+153+88=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A89958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89958 is #5766A7. Grayscale: #969696. Windows color (decimal): -5727912 or 5806504. OLE color: 5806504.

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

Color convert

RGB 168 153 88 -
CMYK 0 0.09 0.48 0.34
HSL 48.75º 0.31% 0.5% -
HSV(B) 48.75º 0.48% 0.66% -
XYZ 29.3 31.81 13.83 -
YUV 150.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 168 153 88 0 0.09 0.48 0.34 48.75 0.31 0.5
Hex A8 99 58 0 9 30 22 31 1F 32
Octal 250 231 130 0 11 60 42 61 37 62
Binary 10101000 10011001 1011000 0 1001 110000 100010 110001 11111 110010

Color Harmonies of #A89958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89958

Black with #A89958

Text Example


Text Example

White with #A89958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89958; }

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

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

background-color css

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

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

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

border-color css

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

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

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