Html Css Color HEX #ABA062 Gimblet

📋 copy color: '#ABA062'

red 171 ◦ green 160 ◦ blue 98

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

Shades of Gimblet #ABA062

Tints of Gimblet #ABA062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 39.86%
G = 37.3%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#ABA062 (or 0xABA062) is known color: Gimblet. HEX triplet: AB, A0 and 62. RGB value is (171,160,98). Sum of RGB (Red+Green+Blue) = 171+160+98=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA062 is #545F9D. Grayscale: #9C9C9C. Windows color (decimal): -5529502 or 6463659. OLE color: 6463659.

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

Color convert

RGB 171 160 98 -
CMYK 0 0.06 0.43 0.33
HSL 50.96º 0.3% 0.53% -
HSV(B) 50.96º 0.43% 0.67% -
XYZ 31.57 34.68 16.59 -
YUV 156.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 171 160 98 0 0.06 0.43 0.33 50.96 0.3 0.53
Hex AB A0 62 0 6 2B 21 33 1E 35
Octal 253 240 142 0 6 53 41 63 36 65
Binary 10101011 10100000 1100010 0 110 101011 100001 110011 11110 110101

Color Harmonies of #ABA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA062

Black with #ABA062

Text Example


Text Example

White with #ABA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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