Html Css Color HEX #AB9944 Husk

📋 copy color: '#AB9944'

red 171 ◦ green 153 ◦ blue 68

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

Shades of Husk #AB9944

Tints of Husk #AB9944

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

 BLUE value IS 68 (26.95% from 255) = 17.35%

R = 43.62%
G = 39.03%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB9944 (or 0xAB9944) is known color: Husk. HEX triplet: AB, 99 and 44. RGB value is (171,153,68). Sum of RGB (Red+Green+Blue) = 171+153+68=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9944 is #5466BB. Grayscale: #959595. Windows color (decimal): -5531324 or 4495787. OLE color: 4495787.

HSL color Cylindrical-coordinate representation of color #AB9944: hue angle of 49.51º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB9944 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 153 68 -
CMYK 0 0.11 0.60 0.33
HSL 49.51º 0.43% 0.47% -
HSV(B) 49.51º 0.6% 0.67% -
XYZ 29.23 31.86 10.08 -
YUV 148.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 171 153 68 0 0.11 0.60 0.33 49.51 0.43 0.47
Hex AB 99 44 0 B 3C 21 32 2B 2F
Octal 253 231 104 0 13 74 41 62 53 57
Binary 10101011 10011001 1000100 0 1011 111100 100001 110010 101011 101111

Color Harmonies of #AB9944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9944

Black with #AB9944

Text Example


Text Example

White with #AB9944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9944; }

 p { color: rgb(171,153,68); }

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

background-color css

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

 a { background-color: rgb(171,153,68); }

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

border-color css

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

 span { border-color: rgb(171,153,68); }

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