Html Css Color HEX #A99658 Husk

📋 copy color: '#A99658'

red 169 ◦ green 150 ◦ blue 88

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

Shades of Husk #A99658

Tints of Husk #A99658

RGB

 RED value IS 169 (66.41% from 255) = 41.52%

 GREEN value IS 150 (58.98% from 255) = 36.86%

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

R = 41.52%
G = 36.86%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A99658 (or 0xA99658) is known color: Husk. HEX triplet: A9, 96 and 58. RGB value is (169,150,88). Sum of RGB (Red+Green+Blue) = 169+150+88=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A99658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99658 is #5669A7. Grayscale: #949494. Windows color (decimal): -5663144 or 5805737. OLE color: 5805737.

HSL color Cylindrical-coordinate representation of color #A99658: hue angle of 45.93º degrees, saturation: 0.32, 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 #A99658 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 150 88 -
CMYK 0 0.11 0.48 0.34
HSL 45.93º 0.32% 0.5% -
HSV(B) 45.93º 0.48% 0.66% -
XYZ 29.03 30.95 13.68 -
YUV 148.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 169 150 88 0 0.11 0.48 0.34 45.93 0.32 0.5
Hex A9 96 58 0 B 30 22 2E 20 32
Octal 251 226 130 0 13 60 42 56 40 62
Binary 10101001 10010110 1011000 0 1011 110000 100010 101110 100000 110010

Color Harmonies of #A99658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99658

Black with #A99658

Text Example


Text Example

White with #A99658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99658; }

 p { color: rgb(169,150,88); }

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

background-color css

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

 a { background-color: rgb(169,150,88); }

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

border-color css

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

 span { border-color: rgb(169,150,88); }

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