Html Css Color HEX #AB9448 Husk

📋 copy color: '#AB9448'

red 171 ◦ green 148 ◦ blue 72

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

Shades of Husk #AB9448

Tints of Husk #AB9448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.41%

R = 43.73%
G = 37.85%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB9448 (or 0xAB9448) is known color: Husk. HEX triplet: AB, 94 and 48. RGB value is (171,148,72). Sum of RGB (Red+Green+Blue) = 171+148+72=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9448 is #546BB7. Grayscale: #929292. Windows color (decimal): -5532600 or 4756651. OLE color: 4756651.

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

Color convert

RGB 171 148 72 -
CMYK 0 0.13 0.58 0.33
HSL 46.06º 0.41% 0.48% -
HSV(B) 46.06º 0.58% 0.67% -
XYZ 28.55 30.31 10.48 -
YUV 146.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 171 148 72 0 0.13 0.58 0.33 46.06 0.41 0.48
Hex AB 94 48 0 D 3A 21 2E 29 30
Octal 253 224 110 0 15 72 41 56 51 60
Binary 10101011 10010100 1001000 0 1101 111010 100001 101110 101001 110000

Color Harmonies of #AB9448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9448

Black with #AB9448

Text Example


Text Example

White with #AB9448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9448; }

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

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

background-color css

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

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

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

border-color css

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

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

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