Html Css Color HEX #ABA562 Gimblet

📋 copy color: '#ABA562'

red 171 ◦ green 165 ◦ blue 98

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

Shades of Gimblet #ABA562

Tints of Gimblet #ABA562

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

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

R = 39.4%
G = 38.02%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#ABA562 (or 0xABA562) is known color: Gimblet. HEX triplet: AB, A5 and 62. RGB value is (171,165,98). Sum of RGB (Red+Green+Blue) = 171+165+98=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA562 is #545A9D. Grayscale: #9F9F9F. Windows color (decimal): -5528222 or 6464939. OLE color: 6464939.

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

Color convert

RGB 171 165 98 -
CMYK 0 0.04 0.43 0.33
HSL 55.07º 0.3% 0.53% -
HSV(B) 55.07º 0.43% 0.67% -
XYZ 32.45 36.45 16.88 -
YUV 159.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 171 165 98 0 0.04 0.43 0.33 55.07 0.3 0.53
Hex AB A5 62 0 4 2B 21 37 1E 35
Octal 253 245 142 0 4 53 41 67 36 65
Binary 10101011 10100101 1100010 0 100 101011 100001 110111 11110 110101

Color Harmonies of #ABA562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA562

Black with #ABA562

Text Example


Text Example

White with #ABA562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA562; }

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

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

background-color css

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

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

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

border-color css

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

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

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