Html Css Color HEX #AB995C Husk

📋 copy color: '#AB995C'

red 171 ◦ green 153 ◦ blue 92

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

Shades of Husk #AB995C

Tints of Husk #AB995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 41.11%
G = 36.78%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB995C (or 0xAB995C) is known color: Husk. HEX triplet: AB, 99 and 5C. RGB value is (171,153,92). Sum of RGB (Red+Green+Blue) = 171+153+92=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB995C is #5466A3. Grayscale: #979797. Windows color (decimal): -5531300 or 6068651. OLE color: 6068651.

HSL color Cylindrical-coordinate representation of color #AB995C: hue angle of 46.33º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB995C is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 153 92 -
CMYK 0 0.11 0.46 0.33
HSL 46.33º 0.32% 0.52% -
HSV(B) 46.33º 0.46% 0.67% -
XYZ 30.12 32.21 14.76 -
YUV 151.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 171 153 92 0 0.11 0.46 0.33 46.33 0.32 0.52
Hex AB 99 5C 0 B 2E 21 2E 20 34
Octal 253 231 134 0 13 56 41 56 40 64
Binary 10101011 10011001 1011100 0 1011 101110 100001 101110 100000 110100

Color Harmonies of #AB995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB995C

Black with #AB995C

Text Example


Text Example

White with #AB995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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