Html Css Color HEX #ABA364 Gimblet

📋 copy color: '#ABA364'

red 171 ◦ green 163 ◦ blue 100

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

Shades of Gimblet #ABA364

Tints of Gimblet #ABA364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.56%

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

R = 39.4%
G = 37.56%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#ABA364 (or 0xABA364) is known color: Gimblet. HEX triplet: AB, A3 and 64. RGB value is (171,163,100). Sum of RGB (Red+Green+Blue) = 171+163+100=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA364 is #545C9B. Grayscale: #9E9E9E. Windows color (decimal): -5528732 or 6595499. OLE color: 6595499.

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

Color convert

RGB 171 163 100 -
CMYK 0 0.05 0.42 0.33
HSL 53.24º 0.3% 0.53% -
HSV(B) 53.24º 0.42% 0.67% -
XYZ 32.19 35.77 17.26 -
YUV 158.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 171 163 100 0 0.05 0.42 0.33 53.24 0.3 0.53
Hex AB A3 64 0 5 2A 21 35 1E 35
Octal 253 243 144 0 5 52 41 65 36 65
Binary 10101011 10100011 1100100 0 101 101010 100001 110101 11110 110101

Color Harmonies of #ABA364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA364

Black with #ABA364

Text Example


Text Example

White with #ABA364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA364; }

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

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

background-color css

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

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

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

border-color css

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

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

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