Html Css Color HEX #ABA46A Gimblet

📋 copy color: '#ABA46A'

red 171 ◦ green 164 ◦ blue 106

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

Shades of Gimblet #ABA46A

Tints of Gimblet #ABA46A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.19%

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

R = 38.78%
G = 37.19%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#ABA46A (or 0xABA46A) is known color: Gimblet. HEX triplet: AB, A4 and 6A. RGB value is (171,164,106). Sum of RGB (Red+Green+Blue) = 171+164+106=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA46A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA46A is #545B95. Grayscale: #9F9F9F. Windows color (decimal): -5528470 or 6988971. OLE color: 6988971.

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

Color convert

RGB 171 164 106 -
CMYK 0 0.04 0.38 0.33
HSL 53.54º 0.28% 0.54% -
HSV(B) 53.54º 0.38% 0.67% -
XYZ 32.67 36.25 18.91 -
YUV 159.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 171 164 106 0 0.04 0.38 0.33 53.54 0.28 0.54
Hex AB A4 6A 0 4 26 21 36 1C 36
Octal 253 244 152 0 4 46 41 66 34 66
Binary 10101011 10100100 1101010 0 100 100110 100001 110110 11100 110110

Color Harmonies of #ABA46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA46A

Black with #ABA46A

Text Example


Text Example

White with #ABA46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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