Html Css Color HEX #ABA163 Gimblet

📋 copy color: '#ABA163'

red 171 ◦ green 161 ◦ blue 99

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

Shades of Gimblet #ABA163

Tints of Gimblet #ABA163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.35%

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

R = 39.68%
G = 37.35%
B = 22.97%

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

#ABA163 (or 0xABA163) is known color: Gimblet. HEX triplet: AB, A1 and 63. RGB value is (171,161,99). Sum of RGB (Red+Green+Blue) = 171+161+99=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA163 is #545E9C. Grayscale: #9D9D9D. Windows color (decimal): -5529245 or 6529451. OLE color: 6529451.

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

Color convert

RGB 171 161 99 -
CMYK 0 0.06 0.42 0.33
HSL 51.67º 0.3% 0.53% -
HSV(B) 51.67º 0.42% 0.67% -
XYZ 31.79 35.05 16.89 -
YUV 156.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 171 161 99 0 0.06 0.42 0.33 51.67 0.3 0.53
Hex AB A1 63 0 6 2A 21 34 1E 35
Octal 253 241 143 0 6 52 41 64 36 65
Binary 10101011 10100001 1100011 0 110 101010 100001 110100 11110 110101

Color Harmonies of #ABA163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA163

Black with #ABA163

Text Example


Text Example

White with #ABA163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA163; }

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

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

background-color css

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

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

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

border-color css

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

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

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