Html Css Color HEX #AB9F5D Gimblet

📋 copy color: '#AB9F5D'

red 171 ◦ green 159 ◦ blue 93

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

Shades of Gimblet #AB9F5D

Tints of Gimblet #AB9F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.99%

R = 40.43%
G = 37.59%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB9F5D (or 0xAB9F5D) is known color: Gimblet. HEX triplet: AB, 9F and 5D. RGB value is (171,159,93). Sum of RGB (Red+Green+Blue) = 171+159+93=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F5D is #5460A2. Grayscale: #9B9B9B. Windows color (decimal): -5529763 or 6135723. OLE color: 6135723.

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

Color convert

RGB 171 159 93 -
CMYK 0 0.07 0.46 0.33
HSL 50.77º 0.32% 0.52% -
HSV(B) 50.77º 0.46% 0.67% -
XYZ 31.17 34.24 15.32 -
YUV 155.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 171 159 93 0 0.07 0.46 0.33 50.77 0.32 0.52
Hex AB 9F 5D 0 7 2E 21 33 20 34
Octal 253 237 135 0 7 56 41 63 40 64
Binary 10101011 10011111 1011101 0 111 101110 100001 110011 100000 110100

Color Harmonies of #AB9F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F5D

Black with #AB9F5D

Text Example


Text Example

White with #AB9F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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