Html Css Color HEX #ABA563 Gimblet

📋 copy color: '#ABA563'

red 171 ◦ green 165 ◦ blue 99

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

Shades of Gimblet #ABA563

Tints of Gimblet #ABA563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.76%

R = 39.31%
G = 37.93%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#ABA563 (or 0xABA563) is known color: Gimblet. HEX triplet: AB, A5 and 63. RGB value is (171,165,99). Sum of RGB (Red+Green+Blue) = 171+165+99=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA563 is #545A9C. Grayscale: #9F9F9F. Windows color (decimal): -5528221 or 6530475. OLE color: 6530475.

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

Color convert

RGB 171 165 99 -
CMYK 0 0.04 0.42 0.33
HSL 55º 0.3% 0.53% -
HSV(B) 55º 0.42% 0.67% -
XYZ 32.5 36.47 17.13 -
YUV 159.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 171 165 99 0 0.04 0.42 0.33 55 0.3 0.53
Hex AB A5 63 0 4 2A 21 37 1E 35
Octal 253 245 143 0 4 52 41 67 36 65
Binary 10101011 10100101 1100011 0 100 101010 100001 110111 11110 110101

Color Harmonies of #ABA563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA563

Black with #ABA563

Text Example


Text Example

White with #ABA563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA563; }

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

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

background-color css

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

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

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

border-color css

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

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

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