Html Css Color HEX #A99B5D Husk

📋 copy color: '#A99B5D'

red 169 ◦ green 155 ◦ blue 93

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

Shades of Husk #A99B5D

Tints of Husk #A99B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

 BLUE value IS 93 (36.72% from 255) = 22.3%

R = 40.53%
G = 37.17%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A99B5D (or 0xA99B5D) is known color: Husk. HEX triplet: A9, 9B and 5D. RGB value is (169,155,93). Sum of RGB (Red+Green+Blue) = 169+155+93=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99B5D is #5664A2. Grayscale: #989898. Windows color (decimal): -5661859 or 6134697. OLE color: 6134697.

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

Color convert

RGB 169 155 93 -
CMYK 0 0.08 0.45 0.34
HSL 48.95º 0.31% 0.51% -
HSV(B) 48.95º 0.45% 0.66% -
XYZ 30.06 32.67 15.08 -
YUV 152.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 169 155 93 0 0.08 0.45 0.34 48.95 0.31 0.51
Hex A9 9B 5D 0 8 2D 22 31 1F 33
Octal 251 233 135 0 10 55 42 61 37 63
Binary 10101001 10011011 1011101 0 1000 101101 100010 110001 11111 110011

Color Harmonies of #A99B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99B5D

Black with #A99B5D

Text Example


Text Example

White with #A99B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99B5D; }

 p { color: rgb(169,155,93); }

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

background-color css

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

 a { background-color: rgb(169,155,93); }

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

border-color css

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

 span { border-color: rgb(169,155,93); }

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