Html Css Color HEX #AB9E5F Gimblet

📋 copy color: '#AB9E5F'

red 171 ◦ green 158 ◦ blue 95

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

Shades of Gimblet #AB9E5F

Tints of Gimblet #AB9E5F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.26%

 BLUE value IS 95 (37.5% from 255) = 22.41%

R = 40.33%
G = 37.26%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB9E5F (or 0xAB9E5F) is known color: Gimblet. HEX triplet: AB, 9E and 5F. RGB value is (171,158,95). Sum of RGB (Red+Green+Blue) = 171+158+95=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E5F is #5461A0. Grayscale: #9A9A9A. Windows color (decimal): -5530017 or 6266539. OLE color: 6266539.

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

Color convert

RGB 171 158 95 -
CMYK 0 0.08 0.44 0.33
HSL 49.74º 0.31% 0.52% -
HSV(B) 49.74º 0.44% 0.67% -
XYZ 31.09 33.94 15.74 -
YUV 154.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 171 158 95 0 0.08 0.44 0.33 49.74 0.31 0.52
Hex AB 9E 5F 0 8 2C 21 32 1F 34
Octal 253 236 137 0 10 54 41 62 37 64
Binary 10101011 10011110 1011111 0 1000 101100 100001 110010 11111 110100

Color Harmonies of #AB9E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E5F

Black with #AB9E5F

Text Example


Text Example

White with #AB9E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E5F; }

 p { color: rgb(171,158,95); }

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

background-color css

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

 a { background-color: rgb(171,158,95); }

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

border-color css

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

 span { border-color: rgb(171,158,95); }

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