Html Css Color HEX #AB944C Husk

📋 copy color: '#AB944C'

red 171 ◦ green 148 ◦ blue 76

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

Shades of Husk #AB944C

Tints of Husk #AB944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.24%

R = 43.29%
G = 37.47%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB944C (or 0xAB944C) is known color: Husk. HEX triplet: AB, 94 and 4C. RGB value is (171,148,76). Sum of RGB (Red+Green+Blue) = 171+148+76=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB944C is #546BB3. Grayscale: #929292. Windows color (decimal): -5532596 or 5018795. OLE color: 5018795.

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

Color convert

RGB 171 148 76 -
CMYK 0 0.13 0.56 0.33
HSL 45.47º 0.38% 0.48% -
HSV(B) 45.47º 0.56% 0.67% -
XYZ 28.69 30.36 11.19 -
YUV 146.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 171 148 76 0 0.13 0.56 0.33 45.47 0.38 0.48
Hex AB 94 4C 0 D 38 21 2D 26 30
Octal 253 224 114 0 15 70 41 55 46 60
Binary 10101011 10010100 1001100 0 1101 111000 100001 101101 100110 110000

Color Harmonies of #AB944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB944C

Black with #AB944C

Text Example


Text Example

White with #AB944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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