Html Css Color HEX #ABA56A Gimblet

📋 copy color: '#ABA56A'

red 171 ◦ green 165 ◦ blue 106

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

Shades of Gimblet #ABA56A

Tints of Gimblet #ABA56A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.33%

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

R = 38.69%
G = 37.33%
B = 23.98%

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

#ABA56A (or 0xABA56A) is known color: Gimblet. HEX triplet: AB, A5 and 6A. RGB value is (171,165,106). Sum of RGB (Red+Green+Blue) = 171+165+106=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA56A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA56A is #545A95. Grayscale: #A0A0A0. Windows color (decimal): -5528214 or 6989227. OLE color: 6989227.

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

Color convert

RGB 171 165 106 -
CMYK 0 0.04 0.38 0.33
HSL 54.46º 0.28% 0.54% -
HSV(B) 54.46º 0.38% 0.67% -
XYZ 32.85 36.61 18.97 -
YUV 160.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 171 165 106 0 0.04 0.38 0.33 54.46 0.28 0.54
Hex AB A5 6A 0 4 26 21 36 1C 36
Octal 253 245 152 0 4 46 41 66 34 66
Binary 10101011 10100101 1101010 0 100 100110 100001 110110 11100 110110

Color Harmonies of #ABA56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA56A

Black with #ABA56A

Text Example


Text Example

White with #ABA56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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