Html Css Color HEX #AB9F60 Gimblet

📋 copy color: '#AB9F60'

red 171 ◦ green 159 ◦ blue 96

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

Shades of Gimblet #AB9F60

Tints of Gimblet #AB9F60

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.32%

 BLUE value IS 96 (37.89% from 255) = 22.54%

R = 40.14%
G = 37.32%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB9F60 (or 0xAB9F60) is known color: Gimblet. HEX triplet: AB, 9F and 60. RGB value is (171,159,96). Sum of RGB (Red+Green+Blue) = 171+159+96=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F60 is #54609F. Grayscale: #9B9B9B. Windows color (decimal): -5529760 or 6332331. OLE color: 6332331.

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

Color convert

RGB 171 159 96 -
CMYK 0 0.07 0.44 0.33
HSL 50.4º 0.31% 0.52% -
HSV(B) 50.4º 0.44% 0.67% -
XYZ 31.3 34.3 16.04 -
YUV 155.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 171 159 96 0 0.07 0.44 0.33 50.4 0.31 0.52
Hex AB 9F 60 0 7 2C 21 32 1F 34
Octal 253 237 140 0 7 54 41 62 37 64
Binary 10101011 10011111 1100000 0 111 101100 100001 110010 11111 110100

Color Harmonies of #AB9F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F60

Black with #AB9F60

Text Example


Text Example

White with #AB9F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F60; }

 p { color: rgb(171,159,96); }

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

background-color css

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

 a { background-color: rgb(171,159,96); }

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

border-color css

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

 span { border-color: rgb(171,159,96); }

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