Html Css Color HEX #AB9451 Husk

📋 copy color: '#AB9451'

red 171 ◦ green 148 ◦ blue 81

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

Shades of Husk #AB9451

Tints of Husk #AB9451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.25%

R = 42.75%
G = 37%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB9451 (or 0xAB9451) is known color: Husk. HEX triplet: AB, 94 and 51. RGB value is (171,148,81). Sum of RGB (Red+Green+Blue) = 171+148+81=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9451 is #546BAE. Grayscale: #939393. Windows color (decimal): -5532591 or 5346475. OLE color: 5346475.

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

Color convert

RGB 171 148 81 -
CMYK 0 0.13 0.53 0.33
HSL 44.67º 0.36% 0.49% -
HSV(B) 44.67º 0.53% 0.67% -
XYZ 28.87 30.43 12.14 -
YUV 147.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 171 148 81 0 0.13 0.53 0.33 44.67 0.36 0.49
Hex AB 94 51 0 D 35 21 2D 24 31
Octal 253 224 121 0 15 65 41 55 44 61
Binary 10101011 10010100 1010001 0 1101 110101 100001 101101 100100 110001

Color Harmonies of #AB9451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9451

Black with #AB9451

Text Example


Text Example

White with #AB9451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9451; }

 p { color: rgb(171,148,81); }

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

background-color css

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

 a { background-color: rgb(171,148,81); }

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

border-color css

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

 span { border-color: rgb(171,148,81); }

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