Html Css Color HEX #A89455 Husk

📋 copy color: '#A89455'

red 168 ◦ green 148 ◦ blue 85

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

Shades of Husk #A89455

Tints of Husk #A89455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 85 (33.59% from 255) = 21.2%

R = 41.9%
G = 36.91%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A89455 (or 0xA89455) is known color: Husk. HEX triplet: A8, 94 and 55. RGB value is (168,148,85). Sum of RGB (Red+Green+Blue) = 168+148+85=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A89455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89455 is #576BAA. Grayscale: #939393. Windows color (decimal): -5729195 or 5608616. OLE color: 5608616.

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

Color convert

RGB 168 148 85 -
CMYK 0 0.12 0.49 0.34
HSL 45.54º 0.33% 0.5% -
HSV(B) 45.54º 0.49% 0.66% -
XYZ 28.38 30.16 12.92 -
YUV 146.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 168 148 85 0 0.12 0.49 0.34 45.54 0.33 0.5
Hex A8 94 55 0 C 31 22 2E 21 32
Octal 250 224 125 0 14 61 42 56 41 62
Binary 10101000 10010100 1010101 0 1100 110001 100010 101110 100001 110010

Color Harmonies of #A89455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89455

Black with #A89455

Text Example


Text Example

White with #A89455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89455; }

 p { color: rgb(168,148,85); }

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

background-color css

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

 a { background-color: rgb(168,148,85); }

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

border-color css

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

 span { border-color: rgb(168,148,85); }

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