Html Css Color HEX #ABAA6C Gimblet

📋 copy color: '#ABAA6C'

red 171 ◦ green 170 ◦ blue 108

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

Shades of Gimblet #ABAA6C

Tints of Gimblet #ABAA6C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.86%

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

R = 38.08%
G = 37.86%
B = 24.05%

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

#ABAA6C (or 0xABAA6C) is known color: Gimblet. HEX triplet: AB, AA and 6C. RGB value is (171,170,108). Sum of RGB (Red+Green+Blue) = 171+170+108=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA6C is #545593. Grayscale: #A3A3A3. Windows color (decimal): -5526932 or 7121579. OLE color: 7121579.

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

Color convert

RGB 171 170 108 -
CMYK 0 0.01 0.37 0.33
HSL 59.05º 0.27% 0.55% -
HSV(B) 59.05º 0.37% 0.67% -
XYZ 33.88 38.49 19.83 -
YUV 163.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 171 170 108 0 0.01 0.37 0.33 59.05 0.27 0.55
Hex AB AA 6C 0 1 25 21 3B 1B 37
Octal 253 252 154 0 1 45 41 73 33 67
Binary 10101011 10101010 1101100 0 1 100101 100001 111011 11011 110111

Color Harmonies of #ABAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA6C

Black with #ABAA6C

Text Example


Text Example

White with #ABAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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