Html Css Color HEX #ABA96C Gimblet

📋 copy color: '#ABA96C'

red 171 ◦ green 169 ◦ blue 108

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

Shades of Gimblet #ABA96C

Tints of Gimblet #ABA96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.72%

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 38.17%
G = 37.72%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#ABA96C (or 0xABA96C) is known color: Gimblet. HEX triplet: AB, A9 and 6C. RGB value is (171,169,108). Sum of RGB (Red+Green+Blue) = 171+169+108=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA96C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA96C is #545693. Grayscale: #A2A2A2. Windows color (decimal): -5527188 or 7121323. OLE color: 7121323.

HSL color Cylindrical-coordinate representation of color #ABA96C: hue angle of 58.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABA96C is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 169 108 -
CMYK 0 0.01 0.37 0.33
HSL 58.1º 0.27% 0.55% -
HSV(B) 58.1º 0.37% 0.67% -
XYZ 33.69 38.12 19.77 -
YUV 162.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 171 169 108 0 0.01 0.37 0.33 58.1 0.27 0.55
Hex AB A9 6C 0 1 25 21 3A 1B 37
Octal 253 251 154 0 1 45 41 72 33 67
Binary 10101011 10101001 1101100 0 1 100101 100001 111010 11011 110111

Color Harmonies of #ABA96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA96C

Black with #ABA96C

Text Example


Text Example

White with #ABA96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA96C; }

 p { color: rgb(171,169,108); }

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

background-color css

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

 a { background-color: rgb(171,169,108); }

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

border-color css

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

 span { border-color: rgb(171,169,108); }

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