Html Css Color HEX #AB9F5E Gimblet

📋 copy color: '#AB9F5E'

red 171 ◦ green 159 ◦ blue 94

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

Shades of Gimblet #AB9F5E

Tints of Gimblet #AB9F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.17%

R = 40.33%
G = 37.5%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB9F5E (or 0xAB9F5E) is known color: Gimblet. HEX triplet: AB, 9F and 5E. RGB value is (171,159,94). Sum of RGB (Red+Green+Blue) = 171+159+94=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F5E is #5460A1. Grayscale: #9B9B9B. Windows color (decimal): -5529762 or 6201259. OLE color: 6201259.

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

Color convert

RGB 171 159 94 -
CMYK 0 0.07 0.45 0.33
HSL 50.65º 0.31% 0.52% -
HSV(B) 50.65º 0.45% 0.67% -
XYZ 31.21 34.26 15.56 -
YUV 155.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 171 159 94 0 0.07 0.45 0.33 50.65 0.31 0.52
Hex AB 9F 5E 0 7 2D 21 33 1F 34
Octal 253 237 136 0 7 55 41 63 37 64
Binary 10101011 10011111 1011110 0 111 101101 100001 110011 11111 110100

Color Harmonies of #AB9F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F5E

Black with #AB9F5E

Text Example


Text Example

White with #AB9F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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