Html Css Color HEX #ABA96B Gimblet

📋 copy color: '#ABA96B'

red 171 ◦ green 169 ◦ blue 107

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

Shades of Gimblet #ABA96B

Tints of Gimblet #ABA96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 38.26%
G = 37.81%
B = 23.94%

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

#ABA96B (or 0xABA96B) is known color: Gimblet. HEX triplet: AB, A9 and 6B. RGB value is (171,169,107). Sum of RGB (Red+Green+Blue) = 171+169+107=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA96B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA96B is #545694. Grayscale: #A2A2A2. Windows color (decimal): -5527189 or 7055787. OLE color: 7055787.

HSL color Cylindrical-coordinate representation of color #ABA96B: hue angle of 58.12º degrees, saturation: 0.28, 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 #ABA96B is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 169 107 -
CMYK 0 0.01 0.37 0.33
HSL 58.13º 0.28% 0.55% -
HSV(B) 58.13º 0.37% 0.67% -
XYZ 33.64 38.1 19.49 -
YUV 162.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 171 169 107 0 0.01 0.37 0.33 58.13 0.28 0.55
Hex AB A9 6B 0 1 25 21 3A 1C 37
Octal 253 251 153 0 1 45 41 72 34 67
Binary 10101011 10101001 1101011 0 1 100101 100001 111010 11100 110111

Color Harmonies of #ABA96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA96B

Black with #ABA96B

Text Example


Text Example

White with #ABA96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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