Html Css Color HEX #ABA064 Gimblet

📋 copy color: '#ABA064'

red 171 ◦ green 160 ◦ blue 100

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

Shades of Gimblet #ABA064

Tints of Gimblet #ABA064

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.12%

 BLUE value IS 100 (39.45% from 255) = 23.2%

R = 39.68%
G = 37.12%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#ABA064 (or 0xABA064) is known color: Gimblet. HEX triplet: AB, A0 and 64. RGB value is (171,160,100). Sum of RGB (Red+Green+Blue) = 171+160+100=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA064 is #545F9B. Grayscale: #9C9C9C. Windows color (decimal): -5529500 or 6594731. OLE color: 6594731.

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

Color convert

RGB 171 160 100 -
CMYK 0 0.06 0.42 0.33
HSL 50.7º 0.3% 0.53% -
HSV(B) 50.7º 0.42% 0.67% -
XYZ 31.67 34.72 17.09 -
YUV 156.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 171 160 100 0 0.06 0.42 0.33 50.7 0.3 0.53
Hex AB A0 64 0 6 2A 21 33 1E 35
Octal 253 240 144 0 6 52 41 63 36 65
Binary 10101011 10100000 1100100 0 110 101010 100001 110011 11110 110101

Color Harmonies of #ABA064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA064

Black with #ABA064

Text Example


Text Example

White with #ABA064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA064; }

 p { color: rgb(171,160,100); }

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

background-color css

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

 a { background-color: rgb(171,160,100); }

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

border-color css

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

 span { border-color: rgb(171,160,100); }

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