Html Css Color HEX #ABA565 Gimblet

📋 copy color: '#ABA565'

red 171 ◦ green 165 ◦ blue 101

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

Shades of Gimblet #ABA565

Tints of Gimblet #ABA565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.11%

R = 39.13%
G = 37.76%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#ABA565 (or 0xABA565) is known color: Gimblet. HEX triplet: AB, A5 and 65. RGB value is (171,165,101). Sum of RGB (Red+Green+Blue) = 171+165+101=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA565 is #545A9A. Grayscale: #9F9F9F. Windows color (decimal): -5528219 or 6661547. OLE color: 6661547.

HSL color Cylindrical-coordinate representation of color #ABA565: hue angle of 54.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABA565 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 165 101 -
CMYK 0 0.04 0.41 0.33
HSL 54.86º 0.29% 0.53% -
HSV(B) 54.86º 0.41% 0.67% -
XYZ 32.6 36.51 17.64 -
YUV 159.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 171 165 101 0 0.04 0.41 0.33 54.86 0.29 0.53
Hex AB A5 65 0 4 29 21 37 1D 35
Octal 253 245 145 0 4 51 41 67 35 65
Binary 10101011 10100101 1100101 0 100 101001 100001 110111 11101 110101

Color Harmonies of #ABA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA565

Black with #ABA565

Text Example


Text Example

White with #ABA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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