Html Css Color HEX #AB944B Husk

📋 copy color: '#AB944B'

red 171 ◦ green 148 ◦ blue 75

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

Shades of Husk #AB944B

Tints of Husk #AB944B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.04%

R = 43.4%
G = 37.56%
B = 19.04%

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

#AB944B (or 0xAB944B) is known color: Husk. HEX triplet: AB, 94 and 4B. RGB value is (171,148,75). Sum of RGB (Red+Green+Blue) = 171+148+75=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB944B is #546BB4. Grayscale: #929292. Windows color (decimal): -5532597 or 4953259. OLE color: 4953259.

HSL color Cylindrical-coordinate representation of color #AB944B: hue angle of 45.62º degrees, saturation: 0.39, 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 #AB944B is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 148 75 -
CMYK 0 0.13 0.56 0.33
HSL 45.63º 0.39% 0.48% -
HSV(B) 45.63º 0.56% 0.67% -
XYZ 28.65 30.35 11 -
YUV 146.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 171 148 75 0 0.13 0.56 0.33 45.63 0.39 0.48
Hex AB 94 4B 0 D 38 21 2E 27 30
Octal 253 224 113 0 15 70 41 56 47 60
Binary 10101011 10010100 1001011 0 1101 111000 100001 101110 100111 110000

Color Harmonies of #AB944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB944B

Black with #AB944B

Text Example


Text Example

White with #AB944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB944B; }

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

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

background-color css

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

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

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

border-color css

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

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

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