Html Css Color HEX #ABA063 Gimblet

📋 copy color: '#ABA063'

red 171 ◦ green 160 ◦ blue 99

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

Shades of Gimblet #ABA063

Tints of Gimblet #ABA063

RGB

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

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

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

R = 39.77%
G = 37.21%
B = 23.02%

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

#ABA063 (or 0xABA063) is known color: Gimblet. HEX triplet: AB, A0 and 63. RGB value is (171,160,99). Sum of RGB (Red+Green+Blue) = 171+160+99=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA063 is #545F9C. Grayscale: #9C9C9C. Windows color (decimal): -5529501 or 6529195. OLE color: 6529195.

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

Color convert

RGB 171 160 99 -
CMYK 0 0.06 0.42 0.33
HSL 50.83º 0.3% 0.53% -
HSV(B) 50.83º 0.42% 0.67% -
XYZ 31.62 34.7 16.84 -
YUV 156.34 95.64 138.46 -
System Red Green Blue C M Y K H S L
Decimal 171 160 99 0 0.06 0.42 0.33 50.83 0.3 0.53
Hex AB A0 63 0 6 2A 21 33 1E 35
Octal 253 240 143 0 6 52 41 63 36 65
Binary 10101011 10100000 1100011 0 110 101010 100001 110011 11110 110101

Color Harmonies of #ABA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA063

Black with #ABA063

Text Example


Text Example

White with #ABA063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA063; }

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

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

background-color css

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

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

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

border-color css

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

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

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