Html Css Color HEX #ABA96A Gimblet

📋 copy color: '#ABA96A'

red 171 ◦ green 169 ◦ blue 106

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

Shades of Gimblet #ABA96A

Tints of Gimblet #ABA96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.77%

R = 38.34%
G = 37.89%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#ABA96A (or 0xABA96A) is known color: Gimblet. HEX triplet: AB, A9 and 6A. RGB value is (171,169,106). Sum of RGB (Red+Green+Blue) = 171+169+106=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA96A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA96A is #545695. Grayscale: #A2A2A2. Windows color (decimal): -5527190 or 6990251. OLE color: 6990251.

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

Color convert

RGB 171 169 106 -
CMYK 0 0.01 0.38 0.33
HSL 58.15º 0.28% 0.54% -
HSV(B) 58.15º 0.38% 0.67% -
XYZ 33.58 38.07 19.21 -
YUV 162.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 171 169 106 0 0.01 0.38 0.33 58.15 0.28 0.54
Hex AB A9 6A 0 1 26 21 3A 1C 36
Octal 253 251 152 0 1 46 41 72 34 66
Binary 10101011 10101001 1101010 0 1 100110 100001 111010 11100 110110

Color Harmonies of #ABA96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA96A

Black with #ABA96A

Text Example


Text Example

White with #ABA96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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