Html Css Color HEX #ABA460 Gimblet

📋 copy color: '#ABA460'

red 171 ◦ green 164 ◦ blue 96

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

Shades of Gimblet #ABA460

Tints of Gimblet #ABA460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.27%

R = 39.68%
G = 38.05%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#ABA460 (or 0xABA460) is known color: Gimblet. HEX triplet: AB, A4 and 60. RGB value is (171,164,96). Sum of RGB (Red+Green+Blue) = 171+164+96=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA460 is #545B9F. Grayscale: #9E9E9E. Windows color (decimal): -5528480 or 6333611. OLE color: 6333611.

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

Color convert

RGB 171 164 96 -
CMYK 0 0.04 0.44 0.33
HSL 54.4º 0.31% 0.52% -
HSV(B) 54.4º 0.44% 0.67% -
XYZ 32.18 36.05 16.33 -
YUV 158.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 171 164 96 0 0.04 0.44 0.33 54.4 0.31 0.52
Hex AB A4 60 0 4 2C 21 36 1F 34
Octal 253 244 140 0 4 54 41 66 37 64
Binary 10101011 10100100 1100000 0 100 101100 100001 110110 11111 110100

Color Harmonies of #ABA460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA460

Black with #ABA460

Text Example


Text Example

White with #ABA460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA460; }

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

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

background-color css

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

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

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

border-color css

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

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

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