Html Css Color HEX #A89C5F Husk

📋 copy color: '#A89C5F'

red 168 ◦ green 156 ◦ blue 95

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

Shades of Husk #A89C5F

Tints of Husk #A89C5F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.23%

 BLUE value IS 95 (37.5% from 255) = 22.67%

R = 40.1%
G = 37.23%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A89C5F (or 0xA89C5F) is known color: Husk. HEX triplet: A8, 9C and 5F. RGB value is (168,156,95). Sum of RGB (Red+Green+Blue) = 168+156+95=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89C5F is #5763A0. Grayscale: #989898. Windows color (decimal): -5727137 or 6266024. OLE color: 6266024.

HSL color Cylindrical-coordinate representation of color #A89C5F: hue angle of 50.14º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A89C5F is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 156 95 -
CMYK 0 0.07 0.43 0.34
HSL 50.14º 0.3% 0.52% -
HSV(B) 50.14º 0.43% 0.66% -
XYZ 30.1 32.93 15.6 -
YUV 152.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 168 156 95 0 0.07 0.43 0.34 50.14 0.3 0.52
Hex A8 9C 5F 0 7 2B 22 32 1E 34
Octal 250 234 137 0 7 53 42 62 36 64
Binary 10101000 10011100 1011111 0 111 101011 100010 110010 11110 110100

Color Harmonies of #A89C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89C5F

Black with #A89C5F

Text Example


Text Example

White with #A89C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89C5F; }

 p { color: rgb(168,156,95); }

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

background-color css

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

 a { background-color: rgb(168,156,95); }

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

border-color css

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

 span { border-color: rgb(168,156,95); }

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