Html Css Color HEX #AB924C Husk

📋 copy color: '#AB924C'

red 171 ◦ green 146 ◦ blue 76

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

Shades of Husk #AB924C

Tints of Husk #AB924C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

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

R = 43.51%
G = 37.15%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB924C (or 0xAB924C) is known color: Husk. HEX triplet: AB, 92 and 4C. RGB value is (171,146,76). Sum of RGB (Red+Green+Blue) = 171+146+76=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB924C is #546DB3. Grayscale: #919191. Windows color (decimal): -5533108 or 5018283. OLE color: 5018283.

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

Color convert

RGB 171 146 76 -
CMYK 0 0.15 0.56 0.33
HSL 44.21º 0.38% 0.48% -
HSV(B) 44.21º 0.56% 0.67% -
XYZ 28.38 29.74 11.08 -
YUV 145.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 171 146 76 0 0.15 0.56 0.33 44.21 0.38 0.48
Hex AB 92 4C 0 F 38 21 2C 26 30
Octal 253 222 114 0 17 70 41 54 46 60
Binary 10101011 10010010 1001100 0 1111 111000 100001 101100 100110 110000

Color Harmonies of #AB924C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB924C

Black with #AB924C

Text Example


Text Example

White with #AB924C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB924C; }

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

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

background-color css

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

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

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

border-color css

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

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

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