Html Css Color HEX #AB9D48 Husk

📋 copy color: '#AB9D48'

red 171 ◦ green 157 ◦ blue 72

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

Shades of Husk #AB9D48

Tints of Husk #AB9D48

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.25%

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

R = 42.75%
G = 39.25%
B = 18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB9D48 (or 0xAB9D48) is known color: Husk. HEX triplet: AB, 9D and 48. RGB value is (171,157,72). Sum of RGB (Red+Green+Blue) = 171+157+72=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D48 is #5462B7. Grayscale: #979797. Windows color (decimal): -5530296 or 4758955. OLE color: 4758955.

HSL color Cylindrical-coordinate representation of color #AB9D48: hue angle of 51.52º 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 #AB9D48 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 157 72 -
CMYK 0 0.08 0.58 0.33
HSL 51.52º 0.41% 0.48% -
HSV(B) 51.52º 0.58% 0.67% -
XYZ 30.02 33.24 10.96 -
YUV 151.5 83.14 141.91 -
System Red Green Blue C M Y K H S L
Decimal 171 157 72 0 0.08 0.58 0.33 51.52 0.41 0.48
Hex AB 9D 48 0 8 3A 21 34 29 30
Octal 253 235 110 0 10 72 41 64 51 60
Binary 10101011 10011101 1001000 0 1000 111010 100001 110100 101001 110000

Color Harmonies of #AB9D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D48

Black with #AB9D48

Text Example


Text Example

White with #AB9D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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