Html Css Color HEX #AB934E Husk

📋 copy color: '#AB934E'

red 171 ◦ green 147 ◦ blue 78

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

Shades of Husk #AB934E

Tints of Husk #AB934E

RGB

 RED value IS 171 (67.19% from 255) = 43.18%

 GREEN value IS 147 (57.81% from 255) = 37.12%

 BLUE value IS 78 (30.86% from 255) = 19.7%

R = 43.18%
G = 37.12%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB934E (or 0xAB934E) is known color: Husk. HEX triplet: AB, 93 and 4E. RGB value is (171,147,78). Sum of RGB (Red+Green+Blue) = 171+147+78=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB934E is #546CB1. Grayscale: #929292. Windows color (decimal): -5532850 or 5149611. OLE color: 5149611.

HSL color Cylindrical-coordinate representation of color #AB934E: hue angle of 44.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB934E is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 147 78 -
CMYK 0 0.14 0.54 0.33
HSL 44.52º 0.37% 0.49% -
HSV(B) 44.52º 0.54% 0.67% -
XYZ 28.6 30.08 11.51 -
YUV 146.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 171 147 78 0 0.14 0.54 0.33 44.52 0.37 0.49
Hex AB 93 4E 0 E 36 21 2D 25 31
Octal 253 223 116 0 16 66 41 55 45 61
Binary 10101011 10010011 1001110 0 1110 110110 100001 101101 100101 110001

Color Harmonies of #AB934E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB934E

Black with #AB934E

Text Example


Text Example

White with #AB934E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB934E; }

 p { color: rgb(171,147,78); }

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

background-color css

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

 a { background-color: rgb(171,147,78); }

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

border-color css

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

 span { border-color: rgb(171,147,78); }

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